Skip to content

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

Notifications You must be signed in to change notification settings

juanlajara/Note-Taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework Assignment 11 - Note Taker Application

Description

The goal of this assignment is to create an application that can be used to write, save, and delete notes entered by an end user. This application has both a front-end and back-end environment. The code for the front-end of the note taker application was already provided, so the main goal for students was to develop the back-end of the application and connect the developed back-end code to the provided front-end code.

Live Link

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

Acceptance Criteria

  • Application should allow users to create and save notes.

  • Application should allow users to view previously saved notes.

  • Application should allow users to delete previously saved notes.

Local Setup

  • Make sure Node.js is installed in your machine. If Node.js is not installed on your machine, click here to download the application.
  • The package.json file included in this Note Taker repo already lists all Node modules, NPM packages, and other dependencies that are required to successfully run this application. Please make sure to run the npm install command within the terminal, while in the root directory to install all required modules/packages. Then run node server.js to start the server, and simply navigate to this url http://localhost:3000/ within you browser's url tab.

Demo Recording

Note Taker Demo

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •