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.
- Host: GitHub
- URL: https://github.com/deenuy/uoft-note-taker-fullstack-app
- Owner: deenuy
- Created: 2020-11-02T23:51:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-14T15:15:11.000Z (5 months ago)
- Last Synced: 2026-02-14T23:28:42.587Z (5 months ago)
- Topics: bootstrap, css, express-js, html, javascript, jquery-ajax, nodejs
- Language: JavaScript
- Homepage: https://uoft-note-taker-app.herokuapp.com/
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
