Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 687 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 687 Bytes

DevNotes

Notes app build using vanilla javascript that allows a user to add a note, remove, clone, and export it as a CSV file.

screenshot

1674951476147

About the project

In this project users should be able to:

  • Add a new note ✅
  • Delete a note ✅
  • Clone a note ✅
  • Update a created note ✅
  • Search for a note using an input field ✅
  • Save notes on localstorage ✅
  • Responsive Layout for Mobile Screens ✅

Deploying

Built With

  • Visual Studio Code;
  • HTML5;
  • SASS;
  • JavaScript;