A responsive web application built using Next.js that provides users with 30 unique food recipes.
- Next.js: For server-side rendering and frontend.
- Tailwind CSS: For responsive and modern UI styling.
- JavaScript: Core programming language for building the app.
- Vercel: Deployment platform.
- Browse Recipes: Explore various recipes.
- Search Functionality: Find recipes based on user input.
- Responsive Design: Optimized for all screen sizes.
- Clone the repository:
git clone https://github.com/Ankit8125/Food-recipe-app.git cd Food-recipe-app
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to view the app.
The app is deployed on Vercel. You can access it here: Food Recipe App
To learn more about the Next.js framework used in this project: