/not3taker

An express backend for a notes app

Primary LanguageJavaScript

Note Taker - Homework 10

Description

This application is a simple note taker. Add, view, and delete saved notes to yourself so you can keep organized!

The objective of this assignment was to path out the backend using Express JS and the Node enviroment to deploy a pre-built frontend.

Installation

  • To see the code repository, visit my Github

  • To install this app, clone the repository and npm i.

Live Deployment

Usage

To create a new app, click the + icon. Type out your note title and body text of your note. Press the Save Icon to save your note. It will appear in the left list.

To access a saved note, click the note's title in the left hand side. It will populate the text entry area.

To delete a saved note, click the Trash Can icon to remove the note.

Screenshot of Filled Notes App

Walkthrough

Video walkthrough of working application: YouTube

Credits

Patrick Brown

Features

  • Presented with a landing page with link to notes page
  • Save icon appears to save your note
  • Saved note appears in left hand column with existing notes
  • Clicking a note in the list populates the larger right hand column with your saved note.
  • Clicking the Write icon presents an empty text area to enter note tites and notes text on the right.
  • Delete icon on listed notes removes the note completely!

How to Contribute

Send me a message via GitHub and we can connect!