Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.27 KB

README.md

File metadata and controls

58 lines (33 loc) · 1.27 KB

Javascript Note Taking App

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.

Preview

Notetaking App

🛠 Skills

Javascript, HTML, CSS, Git...

Features

  • Show notes List
  • Add new note
  • Delete task
  • Edit task
  • Save on local storage
  • Showing Settings Menu of Particular Note
  • Responsivity

Run Locally

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

Conclusion

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.

Support

For support, email [email protected]

Authors