https://github.com/guto1657/devnotes
Notes app build using vanilla javascript.
https://github.com/guto1657/devnotes
crud-application css html-css-javascript javascript js note-taking notepad notes notes-app notes-application sass simple-project vanilla-javascript
Last synced: 3 days ago
JSON representation
Notes app build using vanilla javascript.
- Host: GitHub
- URL: https://github.com/guto1657/devnotes
- Owner: guto1657
- Created: 2023-01-29T00:42:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T00:45:41.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T03:46:08.478Z (10 months ago)
- Topics: crud-application, css, html-css-javascript, javascript, js, note-taking, notepad, notes, notes-app, notes-application, sass, simple-project, vanilla-javascript
- Language: JavaScript
- Homepage: https://guto1657.github.io/DevNotes/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

## 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
- [Github Pages](https://guto1657.github.io/DevNotes/)
## Built With
- Visual Studio Code;
- HTML5;
- SASS;
- JavaScript;
---