This project is a web application for Gimni's Kitchen, a restaurant offering a variety of delicious dishes. The website allows users to explore the menu, catering services, and takeaway options.
- Hero Section: A visually appealing hero section with images and text.
- Food Dialog: Allows users to select additional items and navigate through different steps.
- Responsive Design: Ensures the application looks good on all devices.
- Catering and Takeaway: Provides options for catering and takeaway services.
- Languages: TypeScript, JavaScript, SQL
- Frameworks: React, Next.js
- Tools: npm, WebStorm
-
Clone the repository:
git clone https://github.com/SpaceTesla/gimni.git cd gimni
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000
to view the application. - Explore the hero section, food dialog, and other features.
- Use the navigation buttons to move through different steps in the food selection process.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.