This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This project was created to implement the following :-
- ChakraUI - Used ChakraUI Components for a better UI
- React Hooks - Hooks were used instead of lifecycle components
- React Router - For Routing, used the react-router-dom library
- React Redux - To make changes in the main data, used redux with react using react-redux library
- Decomposed React Components - Earlier version of this dashboard was implemented in a single file. With this implementation, decomposed it into smaller subcomponents.