acucunato / note-taker

A note-taking application which allows you to add, save and delete notes using nodejs & expressjs backend.

Home Page:https://acucunato-express-note-taker.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express Note Taker

Created during Week 11 of UPenn Coding Bootcamp.

Overview

This application that is used to write, save, and delete notes. It uses an express backend and save and retrieve note data from a JSON file.

Utilizing the App

  • View the app: Here

  • User clicks "Get Started".

  • User will add desired text to "Note Title" and "Note Text".

  • When user is complete with writing their note, they click "Save" button in the right corner.

  • The users note is saved to their list.

  • If the user wants to add another note, they click on the pencil in the right corner. If the user wants to delete a note, they click on the trash can for the cooresponding note.

Demo

Note-Taker Gif

Adds New Note to db.json file

dbjson

Tech used

  • HTML
  • CSS
  • Bootstrap
  • Javascript
  • Node.js
  • NPM modules
  • Express.js

Contributers

  • Alyssa Cucunato

About

A note-taking application which allows you to add, save and delete notes using nodejs & expressjs backend.

https://acucunato-express-note-taker.herokuapp.com/


Languages

Language:CSS 48.1%Language:JavaScript 32.8%Language:HTML 19.0%