https://github.com/yanbrasiliano/daily-notes-web-app
A web application inspired by Google Keep, offering similar functionalities for note-taking and organization. Developed using JavaScript, this app allows users to create, edit, and manage notes efficiently, featuring a clean and intuitive interface for a seamless user experience.
https://github.com/yanbrasiliano/daily-notes-web-app
javascrip-es6 javascript javascript-vanilla
Last synced: 8 months ago
JSON representation
A web application inspired by Google Keep, offering similar functionalities for note-taking and organization. Developed using JavaScript, this app allows users to create, edit, and manage notes efficiently, featuring a clean and intuitive interface for a seamless user experience.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/daily-notes-web-app
- Owner: yanbrasiliano
- License: mit
- Created: 2022-11-26T17:52:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T18:10:08.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T17:32:10.330Z (10 months ago)
- Topics: javascrip-es6, javascript, javascript-vanilla
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Daily Notes 📝
Web app similar to google keep and with its functions made with Javascript.
In it you can create notes that will be stored in a storage location and in them you can: fix, copy, delete, and export to CSV.### To use it, follow the steps below:
1. ##### Clone the repo:
```
git clone git@github.com:yanbrasiliano/daily-notes-web-app.git
```
3. ##### Open the project folder:```
cd /daily-notes-web-app
```
4. ##### Open in your browser using the plugin LiveSever5. ##### Enjoyng