Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayusharyan143/keep-notes-by-ayush
A simple and intuitive web-based note-taking application for efficient organization and management of your notes.
https://github.com/ayusharyan143/keep-notes-by-ayush
Last synced: about 2 months ago
JSON representation
A simple and intuitive web-based note-taking application for efficient organization and management of your notes.
- Host: GitHub
- URL: https://github.com/ayusharyan143/keep-notes-by-ayush
- Owner: ayusharyan143
- Created: 2024-03-03T11:22:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T07:36:57.000Z (9 months ago)
- Last Synced: 2024-04-26T08:39:18.846Z (9 months ago)
- Language: JavaScript
- Homepage: https://ayushkeepnotes.netlify.app/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keep Notes Web App
Welcome to the Keep Notes web app repository! This simple web application allows users to create, delete, and update notes easily.
## Features
- Create new notes by clicking the '+' button.
- Double-click on a note to delete it.
- Edit notes by typing in the textarea.
- Notes are stored locally using JavaScript.## Getting Started
To get started with the Keep Notes web app, follow these steps:
1. Clone this repository to your local machine:
```bash
git clone https://github.com/your-username/keep-notes.git
2. Open the index.html file in your web browser.
3. Start taking notes!## How to Use
To create a new note, click the '+' button.
To delete a note, double-click on it and confirm the deletion.
To edit a note, simply click on it and start typing.## Contributing
Contributions are welcome! If you have any ideas for new features, bug fixes, or improvements, feel free to open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the LICENSE file for details.
## Acknowledgments
Special thanks to Ayush Aryan for creating the Keep Notes web app.