- use of custom components to reduce repetition of code
- use of react-router-dom@6 for routing
- neumorphism ui design
- context provider for light/dark mode
- custom hooks
- Install the packages, using npm:
npm install
, using yarn:yarn
- To run the project:
npm start
oryarn start