Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 299 Bytes

React/Node CRUD Application to store homemade recipes

  • back end uses Node with Express and a hosted MongoDB

  • front end is bootstrapped by Create React App

  • React Context API and Hooks for state management

  • Styled components for styling

  • simple CRUD to begin, with more features to be added