Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soloalex1/easy-recipe
Trending recipe list viewer.
https://github.com/soloalex1/easy-recipe
nextjs react styled-components
Last synced: 17 days ago
JSON representation
Trending recipe list viewer.
- Host: GitHub
- URL: https://github.com/soloalex1/easy-recipe
- Owner: soloalex1
- Created: 2024-08-23T00:13:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T19:22:11.000Z (3 months ago)
- Last Synced: 2024-10-10T17:22:13.159Z (about 1 month ago)
- Topics: nextjs, react, styled-components
- Language: TypeScript
- Homepage: https://easy-recipe-list.vercel.app/
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyRecipe
This web application shows a list of pre-generated trending recipes, sorted by their position. It allows to filter the results by difficulty, highlighting and showing the recipes with selected value first.
The project uses [Next.js](https://nextjs.org/) v13.5.6 as main development tool.
## Installation
Clone the repo on your local device and run `npm install` to install the dependencies. After completing, run `npm run dev` on the project's folder and access [http://localhost:3000/](http://localhost:3000/) to view it on the browser.