Skip to content

coding-bootcamps-eu/recipes-app

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. Clone the repository

Run the following command to clone the repository:

git clone git@github.com:coding-bootcamps-eu/recipes-app recipes-app

Step 2. Install dependencies

Navigate to the project folder and install the dependencies:

cd recipes-app
npm install

Step 3. Create the .env file

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

touch .env

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

VITE_API_URL=https://24-mai-recipes.api.cbe.uber.space/

Step 5. Start the app in development mode

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

npm run dev

Step 6. (Optional to add recipes)

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

About

Rezept-APP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •