Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.15 KB

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About Project

This project was created to implement the following :-

  1. ChakraUI - Used ChakraUI Components for a better UI
  2. React Hooks - Hooks were used instead of lifecycle components
  3. React Router - For Routing, used the react-router-dom library
  4. React Redux - To make changes in the main data, used redux with react using react-redux library
  5. Decomposed React Components - Earlier version of this dashboard was implemented in a single file. With this implementation, decomposed it into smaller subcomponents.