Eat-Well is an application that uses the Spoonacular API to let users find recipes through search and by making filtered searches, as well as save them to their account for later.
Motivation: The purpose of this app is to demonstrate an understanding of a implementing fullstack application using modern frameworks. Backend authentication was implemented using JWTs. The form library used for log-in and registration React Hook Form with the Yup library being used for validaiton.
The stack used:
MERN Stack:
-MongoDB
-ExpressJS
-ReactJS
-NodeJS
Upcoming features:
Improved authentication (especially on the frontend).
Comment functionality on recipe page.