Skip to content

coding-bootcamps-eu/project-tz-2024-05-recipes

Repository files navigation

Recipes App

This is the final project to apply the knowledge gained from the Coding Bootcamp.

Features

  • Display recipes
  • Mark favorites
  • Show favorite recipes
  • Filter by categories
  • Login
  • Add recipes
  • ...

Project Setup

Step 1. Start the API

Follow the instructions in the following repository, and then return here afterward.

https://github.com/coding-bootcamps-eu/project-tz-2024-05-recipes-api

Step 2. Clone the repository

Run the following command to clone the repository:

git clone git@github.com:coding-bootcamps-eu/project-tz-2024-05-recipes rezept-app

Step 3. Install dependencies

Navigate to the project folder and install the dependencies:

cd rezept-app
npm install

Step 4. Create the .env file

Create a new .env file in the project folder by running:

touch .env

Step 5. Add the following content to the .env file:

VITE_API_URL=http://localhost:3010/

Step 6. Start the app in development mode

Run the following command to start the app in development mode:

npm run dev

Step 7. Log in with the following username and password:

Username:

Antonette

Password:

test


Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint