Skip to content

hoffman1200/Homework-11

Repository files navigation

Unit 11 Express Homework: Note Taker

GitHub license GitHub license

Description

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

Foto 1
Foto 2

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

Business Context

For users that need to keep track of a lot of information, it's easy to forget or be unable to recall something important. Being able to take persistent notes allows users to have written information available when needed.

Repository