0.1.0 • Published 5 years ago

component-library_bhearn7 v0.1.0

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

Component Library

This app contains a custom component library that runs in the browser. It is viewable at: https://eager-bassi-37991e.netlify.com

Getting Started

To install and run the app on your local maching: 1. Fork and clone the repository

git clone https://github.com/bhearn7/component-library.git
  1. Change into the directory
cd component-library
  1. Install dependencies
npm install
npm install @storybook/react --save-dev
  1. Run the app
npm run storybook

Screenshot

Component Library Screenshot

Features

  • Components and Props
  • State and Lifecycle
  • Handling Events
  • Conditional Rendering
  • Storybook

Technologies Used

  • React.js
  • JavaScript
  • CSS
  • HTML

Contribute