Welcome to the Food Delivery Website repository!This project is focused on building the user interface for a food delivery website. It aims to provide a clean, responsive, and user-friendly design to enhance the overall food ordering experience.
- User Authentication: Secure sign-up and sign-in functionality for personalized access.
- Responsive Design: Consistent experience across all devices.
- Smooth Navigation: Easy navigation between pages for a smooth experience.
- State Management: Managed using React's Context API for efficient state handling.
- Ordering System: Browse restaurants, select meals, and place orders with ease.
- Real-Time Delivery Tracking: Stay updated on the status of orders in real time.
- Frontend: React.js
- State Management: Context API
- Routing: React Navigation
- Styling: Styled Components
-
Clone the repository
git clone https://github.com/Mansoor-P/food-delivery-website
-
Navigate to the project directory
cd Mansoor-food-delivery-app
-
Install dependencies
npm install
-
Run the application
npm run dev
Contributions are welcome! To contribute:
- Fork the repository.
- Create a feature branch (
git checkout -b feature-name
). - Commit your changes (
git commit -m "Add feature-name"
). - Push to the branch (
git push origin feature-name
). - Open a pull request.