Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anastasiiahombalevska/recipe-app
Recipe-app with react
https://github.com/anastasiiahombalevska/recipe-app
html js react scss
Last synced: about 1 month ago
JSON representation
Recipe-app with react
- Host: GitHub
- URL: https://github.com/anastasiiahombalevska/recipe-app
- Owner: AnastasiiaHombalevska
- Created: 2024-10-16T06:55:07.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-17T07:58:51.000Z (3 months ago)
- Last Synced: 2024-10-20T00:54:52.471Z (3 months ago)
- Topics: html, js, react, scss
- Language: JavaScript
- Homepage:
- Size: 374 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-app2/)
## 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.