This project was bootstrapped with Create React App.
This project was made to learn as well as implement various re-usable basic components
The styling on this project is bare bone, deals with the state-based design as well as the customisable implentation
- Install the dependencies
npm ci
- Run the dev server [local run]
npm start
- Build the project [for deployments]
npm run build
Installs all the dependencies related to the project.\