Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moojigc/note-taker
Save a quick note, or two, or however many - and be able to login and access your notes again from anywhere.
https://github.com/moojigc/note-taker
express-js jquery mysql sequelize-orm
Last synced: about 1 month ago
JSON representation
Save a quick note, or two, or however many - and be able to login and access your notes again from anywhere.
- Host: GitHub
- URL: https://github.com/moojigc/note-taker
- Owner: moojigc
- Created: 2020-04-21T00:48:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T23:43:09.000Z (over 1 year ago)
- Last Synced: 2023-05-06T01:23:50.543Z (over 1 year ago)
- Topics: express-js, jquery, mysql, sequelize-orm
- Language: JavaScript
- Homepage: https://note-taker.chimid.rocks/
- Size: 189 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note Taker
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/moojigc/note-taker/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/moojigc/note-taker/tree/master)
A bootcamp project by Moojig Chimid.
## Description
Save a quick note, or two or however many (with Markdown formatting support) and be able to login and access your notes again from anywhere! You can update and delete notes too.
## Link
See the deployed app [here](https://note-taker.chimid.rocks/)
## Known Bugs/To Do
1. Upon saving an edit, the textbox doesn't immediately show your new edits. You have to click on the note from the list again.
2. Considering changing the size of the wrapping div to make it full screen on desktop.
3. The notes just keep going if you have a lot of them. Maybe add pagination.## License
ISC License
Copyright (c) 2022, Moojig Chimid
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.