https://github.com/ajaymahadeven/aahar-flavours
This project is a single-page website built using Next.js 14 framework. It showcases various Indian dishes along with a functioning cart to demonstrate how orders can be placed.
https://github.com/ajaymahadeven/aahar-flavours
app-router-nextjs learn nextjs tailwindcss usehooks-ts
Last synced: 1 day ago
JSON representation
This project is a single-page website built using Next.js 14 framework. It showcases various Indian dishes along with a functioning cart to demonstrate how orders can be placed.
- Host: GitHub
- URL: https://github.com/ajaymahadeven/aahar-flavours
- Owner: ajaymahadeven
- License: mit
- Created: 2023-11-04T22:43:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T08:14:53.000Z (9 months ago)
- Last Synced: 2025-06-06T00:53:05.184Z (21 days ago)
- Topics: app-router-nextjs, learn, nextjs, tailwindcss, usehooks-ts
- Language: TypeScript
- Homepage: https://aahar-flavours.vercel.app
- Size: 7.99 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aahar Flavours - Indian Cuisine Website
This project is a one-page website built using Next.js 14 framework. It showcases various Indian dishes along with a functioning cart to demonstrate how orders can be placed (though not connected to a backend for order processing).
## Features
- One-page website featuring Indian cuisine.
- Built with Next.js 14.
- Functioning cart to simulate order placement.
- Responsive design for mobile, tablet, and desktop.## Usage
- Browse through the different Indian dishes featured on the website.
- Add items to the cart by clicking on the "Add to Cart" button.
- View your cart by clicking on the cart icon.
- Remove items from the cart if needed.
- Proceed to checkout (Note: Checkout is not functional as it's not connected to a backend).## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Acknowledgements
- Images and information about Indian cuisine were sourced from various online platforms.
- The project was inspired by the desire to showcase Indian cuisine in a simple and elegant manner.