This project is using React to build an interactive Notes Application with React Markdown Editor.
Features of this notes application:
- Sync notes with Window localStorage
- Show note summary titles on sidebar
- Move modified notes to the top of the list on sidebar
- Delete notes
This project also makes use of the concept of Event Listener, React Hooks (State Hook and Effect Hook) and Conditional Rendering to create and maintain an interactive application.
In order to view the application, you can make a local copy and run it locally.
This part show how you can install and setup the application locally.
- Clone this repository
git clone https://github.com/ChangHorng/notes-app.git
- Install NPM packages (Make sure you have your npm installed in your laptop)
npm install
- Run the website and click on the link
npm run dev
Now, you can view the application!