Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 786 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 786 Bytes

Noteful Client

A helpful react app that allows for the creation and storage of digital notes and folders!

In the future this app will be updated to allow for deleting of specific notes and folders, and also allow for color-coordination to specific notes.

This Noteful Application allows the USER to create folders and store notes: The application utilizes React Router to allow for multiple pages to be viewed The application allows USER to submit the name of the new folder to the POST /folders endpoint on the API server The application allows USER to submit the name of the new notes to the POST /notes endpoint on the API server

  • the USER is also able to store notes within folders

The USER can 1). Create new Folders 2). Create new Notes 3). Store Notes in specific Folders