Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)