Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.