In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Runs the storybook interface in the development mode.
Open http://localhost:6006 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
This project is using Material UI with Emotion(styling)
The docs can be found here - https://mui.com/material-ui/getting-started/overview/
This app follow ATOMIC design pattern.
Inside storybook, we can see and play around with different Atoms, Molecules & Templates.
Page file is where all the control is located and storybook views are just rendering the passed data.
All logics are inside the dataUtilities methods.