This is a web application for beginner cooks and kitchen hobbyists to search and save their favorite recipes.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/PaaRRRR/forkify.git
- Run npm install inside project root
npm install
- Start the server
npm run start
- Explore
Enjoy :)
- food2fork - API for recipe data
- Axios - Promise based HTTP client for the browser and node.js
- [CSS] - For styling
- [JavaScript] - For client side logic
This project is licensed under the MIT License - see the LICENSE file for details