Users can create, edit and on recipes.
Demo Site Test User: [email protected] Password: 'password'
- Users can sign up for a free account by providing a user name, password and email
- Users can sign in and out of app
- Users can retrieve random recipes from Spoonacular API
- Users can create new recipes and save them into database
- Users can search for recipe
- Node 12.18.3
- React 17.0.2
- Tailwind
- Graphql
- Typescript
- cookie: library to help keep track of cookies
- formik: form builind library
- graphql: data query and manipulation language for APIs
- eslint: code formatter
- prettier: code formatter
- tailwindcss: css library
- Graphql for api
- Clone the repository
- Run
yarn install
- Start the app using
yarn dev
- Run the app on
localhost:5000
- Allow users to create meal plans
- Testing with React Testing Library and Jest