Personal Notes is a website that is used to write your notes. The purpose I build this website is to learn React State Management using React Redux Toolkit. Data on this website will be saved in local storage.
Live preview: https://personalnotes.fikrialwan.com/
Note: You needs to have node.js and git installed on your machine to run it locally.
Step 1: Clone the project on your machine using the following command
git clone https://github.com/fikrialwan/personalnotes
Step 2: In the project directory, run the following command on your terminal to install all the dependencies.
npm install
Step 3: Finally, run the following command to start the server in development mode.
npm run start
- Add note
- Show notes
- Search notes
- Delete note
- Archive note
- Move notes from the archive to active notes
- Save and load data from local storage