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
- ...
Run the following command to clone the repository:
git clone git@github.com:coding-bootcamps-eu/recipes-app recipes-appNavigate to the project folder and install the dependencies:
cd recipes-app
npm installCreate a new .env file in the project folder by running:
touch .envVITE_API_URL=https://24-mai-recipes.api.cbe.uber.space/Run the following command to start the app in development mode:
npm run devLog in with the following username and password: Username:
AntonettePassword:
testnpm run buildLint with ESLint
npm run lint