I have shown you how to Build A Notes App in HTML CSS & JavaScript. In this note app, users can easily add, edit, or delete their notes. The notes user has added to this app will be stored in the browser's local storage so, they won't remove on page refresh or tab close.
Javascript, HTML, CSS, Git...
- Show notes List
- Add new note
- Delete task
- Edit task
- Save on local storage
- Showing Settings Menu of Particular Note
- Responsivity
Clone the project
git clone https://link-to-project
Create a new branch and checkout to
git branch new_branch -b checkout
Go to the project directory
cd Project_name
Along this App, i successfully built a Note taking app You can add new notes by clicking on the add notes Icon, edit a note by clicking on the edit icon and delete a note by clicking on the trash icon. All notes will be stored in your local storage in your web browser, so notes are still displayed after you refresh the page.
For support, email basilxg321@gmail.com