Welcome to Semma Pasi, a modern food delivery web application built with React.js and Chakra UI, leveraging Swiggy APIs. This project is an experimental web app created for educational purposes. This README provides an overview of the project, installation instructions, usage guidelines, and other essential information.
Semma Pasi is designed to provide a seamless food delivery experience by integrating with Swiggy's APIs. It allows users to browse through a variety of restaurants, view menus, and place orders conveniently. This project is experimental and primarily created for educational purposes to demonstrate the integration of third-party APIs and modern web development technologies.
- Restaurant Listings: Browse through a comprehensive list of restaurants.
- Menu Display: View detailed menus for each restaurant.
- Order Placement: Place orders quickly and easily.
- Responsive Design: Enjoy a smooth user experience across all devices.
Follow these steps to install Semma Pasi:
-
Clone the repository:
-
Navigate to the project directory:
cd semma-pasi
-
Install the dependencies:
npm install
To start using Semma Pasi, follow these instructions:
-
Run the application:
npm start
-
Open your browser and go to:
-
Explore the features:
- Browse through the restaurant listings.
- View menus and place orders.
Here are some screenshots of the Semma Pasi application:
Home page with a list of restaurants.
Menu page displaying dishes from a selected restaurant.
We welcome contributions to Semma Pasi! To contribute, please follow these steps:
-
Fork the repository:
Click the "Fork" button at the top right of the repository page.
-
Clone your forked repository:
git clone https://github.com/yourusername/semma-pasi.git
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of your changes"
- Push to the branch:
git push origin feature-branch
-
Create a Pull Request:
Go to the original repository and click "New Pull Request".
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or support, please reach out to [email protected].
Thank you for exploring Semma Pasi! We hope it serves as a valuable learning resource. Happy coding!