Skip to content

soloalex1/easy-recipe

Repository files navigation

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 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/ to view it on the browser.