Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anastasiiahombalevska/recipe-app2
https://github.com/anastasiiahombalevska/recipe-app2
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anastasiiahombalevska/recipe-app2
- Owner: AnastasiiaHombalevska
- Created: 2024-10-17T06:52:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T07:53:07.000Z (3 months ago)
- Last Synced: 2024-10-19T10:18:47.702Z (3 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite application for displaying recipes.
[DEMO LINK](https://anastasiiahombalevska.github.io/recipe-app/)
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [My process](#my-process)
- [Built with](#built-with)## Overview
### The challenge
Users should be able to:
- View all recipes.
- View a single recipe.
- Filter recipes by category.
- View your favorite recipes.## My process
### Built with
- [TheMealDB](https://www.themealdb.com/api.php?ref=apilist.fun) as API.
- React.
- React Router
- State manager.
- Debounced search.
- Pagination.