This is a final project for a React course at Business College Helsinki. It is a recipe app built with Reactjs, where the user can create and browse recipes. A local json server is used to store recipe data.
Built with:
- HTML
- JS
- CSS
- Reactjs
Idea for the app from @margittennosaar
Recipe data by Darlene from International Cuisine
Clone the repository
In the terminal run 'npx json-server -p4002 --watch db.json'.
Then run 'npm start'.