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

https://github.com/deenuy/uoft-note-taker-fullstack-app

The note taker app is developed on a web platform using technology stack of html, css, bootstrap, javascript, jquery, nodejs, express.
https://github.com/deenuy/uoft-note-taker-fullstack-app

bootstrap css express-js html javascript jquery-ajax nodejs

Last synced: 3 months ago
JSON representation

The note taker app is developed on a web platform using technology stack of html, css, bootstrap, javascript, jquery, nodejs, express.

Awesome Lists containing this project

README

          

# UofT-note-taker-fullstack-app
The note taker is a web 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.

Hosted Url: https://uoft-note-taker-app.herokuapp.com/

## User story
AS A user, I want to be able to write and save notes
I WANT to be able to delete notes I've written before
SO THAT I can organize my thoughts and keep track of tasks I need to complete

## Server APIs
* /api/notes (GET) - to list the notes from db json storage file
* /api/notes/id (GET) - to get the note item of selected ID
* /api/notes (POST) - to add a new note and save to db json storage file

## Technology Stack
* HTML, CSS, Bootstrap
* Javascript
* nodejs, express

![demo](public/assets/imgs/demo-note-taker.gif)