Welcome to Cravecart, a modern and responsive Food Ordering Platform built with HTML, CSS, and JavaScript. Whether you're craving fast food, fine dining, or a healthy snack, Cravecart is your go-to platform to browse menus, customize orders, and have your food delivered to your door!
- HTML5: For structuring the web pages.
- CSS3: For styling and creating a responsive, visually appealing UI.
- JavaScript (ES6): For dynamic functionality.
To run the project locally, follow these steps:
- Clone the repository:
- Navigate to the project directory:
- Open the
index.html
file in your web browser:
git clone https://github.com/KanwalpreetSingh1823/cravecart.git
cd cravecart
open index.html
├── index.html # Main HTML file
├── css/
│ └── styles.css # Styles for the platform
├── js/
│ └── script.js # Main JavaScript file
├── images/ # Images for the UI (food images, icons, etc.)
└── README.md # Project documentation
- 🧑🤝🧑 User Authentication: Implement login/signup functionality.
- 🛒 Cart Management: Implement Cart functionality.
- ⭐ User Reviews and Ratings: Allow users to leave feedback on food items.
- 🛵 Delivery Tracking: Add real-time order tracking for deliveries.
- 💳 Payment Integration: Integrate with payment gateways (e.g., PayPal, Stripe).
We welcome contributions to enhance Cravecart! Feel free to fork this repo, make your changes, and submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Make your changes and commit:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature-name
. - Open a Pull Request.