Skip to content

A responsive notes app that allows the user to view, create, update and delete notes

Notifications You must be signed in to change notification settings

Cecile-Hirschauer/react-node-app-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Node Notes App

Create the UI

  • Create React App
  • Adding UI Elements
  • Adding CSS
  • Adding Dummy Notes
  • Note Form
  • Saving New Note to State
  • Updating a Note in State I
  • Updating a Note in State II
  • Remove Note From State

Create the Backend

  • Create a Node Server
  • Create a Postgres DB
  • Populate the DB
  • Connect to DB using Prisma

Adding API Endpoints

  • POST Endpoint
  • PUT Endpoint
  • DELETE Endpoint

Connect UI to Backend

  • Get and Display Notes
  • Save New Note
  • Save Updated Note
  • Save Deleted Note

About

A responsive notes app that allows the user to view, create, update and delete notes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published