https://github.com/e9cipher/rapidnotes
Online Notebook that uses JSON to store notes
https://github.com/e9cipher/rapidnotes
Last synced: 4 months ago
JSON representation
Online Notebook that uses JSON to store notes
- Host: GitHub
- URL: https://github.com/e9cipher/rapidnotes
- Owner: E9cipher
- License: mit
- Created: 2025-06-19T17:47:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T18:43:52.000Z (about 1 year ago)
- Last Synced: 2025-06-19T18:49:55.597Z (about 1 year ago)
- Language: SCSS
- Size: 898 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rapidNotes
Online Notebook that uses JSON to store notes
## Overview
This is an online notebook made for daily notes storing. It uses `JSON` to store the notes, `php` to handle file insertions/deletions and `javascript` to render the notes and communicate to `php server`. I've also made a little `C++`part that analyses each note and returns the number of words and the longest one.
## Thanks
For this project to be possible, I used [falconmasters/darkmode-con-javascript](https://github.com/falconmasters/darkmode-con-javascript/) as a template and I modified it to fulfill my needings. Also I used [sweetalert2](https://github.com/sweetalert2/sweetalert2) for the popups and messages.
## LICENSE
This project has a [MIT License](LICENSE)