Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ag-sanjjeev/sticky-note-application-js
This is a JavaScript based sticky note taking application that runs on web browser.
https://github.com/ag-sanjjeev/sticky-note-application-js
drag-and-drop javascript javascript-webapp localstorage note-taking-app notes sticky sticky-notes webapplication
Last synced: about 1 month ago
JSON representation
This is a JavaScript based sticky note taking application that runs on web browser.
- Host: GitHub
- URL: https://github.com/ag-sanjjeev/sticky-note-application-js
- Owner: ag-sanjjeev
- License: mit
- Created: 2024-09-13T11:08:22.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T12:34:54.000Z (2 months ago)
- Last Synced: 2024-10-18T13:22:25.544Z (2 months ago)
- Topics: drag-and-drop, javascript, javascript-webapp, localstorage, note-taking-app, notes, sticky, sticky-notes, webapplication
- Language: JavaScript
- Homepage: https://arathinai.blogspot.com/p/sticky-note-application.html
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sticky Note Application Js
This is a JavaScript based sticky note taking application that runs on web browser.
## ⚑ Purpose
This repository contains project that can be used to take notes on your web browser.## ⚑ Features
This project has following features that can be usable:1. This can create sticky notes.
2. You can create multiple sticky note.
3. Each notes have title bar which can assign title for identification.
4. You can drag and move the sticky note inside the boundary of the browser window.
5. You can set dynamic color for the title bar.
6. You can resize the sticky notes as per the requirement.
7. You can copy and paste the content inside the sticky note.
8. You can remove the sticky note if not required.
9. This note can support your system font and text styling.
10. This will remember your notes in your local storage facility, even after closed your browser.## ⚑ Usage Instructions
To use this project. Following these steps:
1. You can navigate to the demo link [Sticky Notes App](https://arathinai.blogspot.com/p/sticky-note-application.html).
**Or If you want run on you system then follow these steps:**
1. First, Clone this project repository or download it in your system.
2. Extract if you downloaded rather than cloned
3. Navigate to the project folder.
4. Find `index.html` file.
5. Open by your system context menu options or by hit enter or by double click it.This will opens in your default browser to run.
## ⚑ Requirements:
1. Need JavaScript Enabled Web Browser to run.
2. Make sure before running this project that you have enabled JavaScript.
3. No Internet connection is needed when loaded in your system.## ⚑ Conclusion
This is a simple sticky note taking app, That is designed and developed using JavaScript. That can be useful to take some important and minimalistic notes inside your browser. But It is not suitable for large quantities of notes. This app never collect and transmit your notes to anywhere but stored inside your browser local storage. That may be a vulnerable by other sites or apps using this storage technique.
## ⚑ Contribution
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request. Make sure to follow the existing coding style and provide clear documentation for your changes.
★ Refer [Documentation](DOCUMENTATION.md)
## ⚑ License
This project licensed under the [MIT license](LICENSE). Feel free to use, modify, and distribute it as per the terms of the license.
## ⚑ Contact
If you have any questions or need further assistance, please feel free to reach me by referring [My Github Profile](https://github.com/ag-sanjjeev/)
Thanks for reviewing this project!