We create a timeline Component using Styled Components and Story Book and discuss why to use ether of these two frameworks. Aim is to get introduced to Creating small projects and some js concepts like barrling etc
And see what benefits Styled Components and Story book bring to table
StoryBook : https://storybook.js.org/docs/react/g...
github : https://github.com/techakki81/timeline
Commands
create-react-app
npx sb init
npm i styled-components
Command to run storybook
npm run storybook
#react #css #storybook #styledcomponents #funcwithjs