Skip to content

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.

Notifications You must be signed in to change notification settings

fikrialwan/personalnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Notes

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/

Installation & Set Up

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

Feature

  • 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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published