A recipe web app built with React and free Forkify API, allowing users to search for and bookmark recipes, adjust servings and measurements, and create new recipes.
👉🏻 Hosted website: https://forkify-react-by-chloe.vercel.app
- React
- Typescript
- TailwindCSS
- Jest
- Search for recipes
- Bookmark/Unbookmark recipes
- Adjust servings
- Create new recipes
- Clone the repo and install NPM packages
git clone https://github.com/chloee122/forkify-react.git
npm ci
-
Get a free API Key at https://forkify-api.herokuapp.com/v2
-
Create a .env file and insert your API
REACT_APP_API_KEY=YOUR_API_KEY
- Start the application by running the command. You will then be able to access it at localhost:3000
npm run start
To run tests, run the following command
npm run test