Notes app build using vanilla javascript that allows a user to add a note, remove, clone, and export it as a CSV file.
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 ✅
- Visual Studio Code;
- HTML5;
- SASS;
- JavaScript;