/notetaker-express-professional

note-taking application for busy people

Primary LanguageJavaScript

Notetaker-Express-Professional

A simple note-taking application built with node and express.js

Features

The app provides the following functionality:

  • add a title and text for new notes
  • review and delete previous notes

Node Dependencies

  • Express.js

Installation

  • git clone this repository
  • change directories inside app folder
  • Enter npm install in the terminal to install app's dependencies
  • Deploy via Heroku

Usage

  • At app's home screen, click Get Started button
  • Enter a title and text for a new note
  • Click the Save button
  • Review previous notes by clicking note title in the sidebar
  • (optional) Click trash icon to delete previous note

Screenshot

screenshot of NoteTaker-Express-Professional

Deployed App

Live App