Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephmarie17/note-taker
An application that can be used to write, save, and delete notes. This application will use an express backend and save and retrieve note data from a JSON file.
https://github.com/stephmarie17/note-taker
Last synced: 26 days ago
JSON representation
An application that can be used to write, save, and delete notes. This application will use an express backend and save and retrieve note data from a JSON file.
- Host: GitHub
- URL: https://github.com/stephmarie17/note-taker
- Owner: stephmarie17
- Created: 2019-12-09T21:47:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:54:20.000Z (about 2 years ago)
- Last Synced: 2024-10-22T01:46:01.196Z (2 months ago)
- Language: JavaScript
- Size: 3.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# note-taker
## An application that can be used to write, save, and delete notes. This application uses an express backend to save and retrieve note data from a JSON file.### Description
A simple, easy to use application for users to write, save, and delete notes.### Installation
The code for this application can be accessed here:
[GitHub Repository](https://github.com/stephmarie17/note-taker)The deployed application can be accessed here:
[Deployed Site](https://agile-stream-31653.herokuapp.com/)### Usage
To use the app, navigate to the /notes page. Add a note by filling in the title and text, then clicking the dynamically rendered save button. To view the note, click on the title that displays on the left-hand sidebar. Click the delete icon to delete a note.![Usage](demo_gif.gif)