Skip to content

guto1657/DevNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;