Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.63 KB

Note Taker

CircleCI

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

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.