Note Taker application helps in taking notes. Notes can be starred , deleted and archived according to need.
- ReactJS
- Material UI
- Context API
- Webpack Bundler
- Note-taker app where the user can add, star, archive, delete notes.
- Created reusable components and also made the notes draggable.
- Used local-Storage for saving the notes and Used Material UI for styling.
- Clone / Download the Project
- Open the Project in VSCode
- Run
npm install
command in folder containing package.json file - Run
npm start
to start the project on localhost.