This is the final project to apply the knowledge gained from the Coding Bootcamp.
- Display recipes
- Mark favorites
- Show favorite recipes
- Filter by categories
- Login
- Add recipes
- ...
Follow the instructions in the following repository, and then return here afterward.
https://github.com/coding-bootcamps-eu/project-tz-2024-05-recipes-api
Run the following command to clone the repository:
git clone [email protected]:coding-bootcamps-eu/project-tz-2024-05-recipes rezept-app
Navigate to the project folder and install the dependencies:
cd rezept-app
npm install
Create a new .env
file in the project folder by running:
touch .env
VITE_API_URL=http://localhost:3010/
Run the following command to start the app in development mode:
npm run dev
Username:
Antonette
Password:
test
npm run build
Lint with ESLint
npm run lint