Food-Verse
Food-Verse is a food ordering website built using React.js, React Router, and Tailwind CSS. This web application allows users to browse through different restaurants, view their menus, and place orders online.
Project Features
Food-Verse provides the following features:
- Users can browse through the list of restaurants available.
- Users can view the menu of each restaurant and add items to their cart.
- Users can update the quantity of items in their cart or remove items from their cart.
- Users can view their cart and the total cost of their order.
- Users can place an order and receive an order confirmation.
Food-Verse was built using the following tools:
- React.js
- React Router
- Tailwind CSS
Installation
To run Food-Verse on your local machine, follow these steps:
- Clone the repository using the command:
`
git clone https://github.com/your-username/food-verse.git
`
- Navigate to the project directory using the command:
`
cd food-verse
`
- Install the required dependencies using the command:
npm install
- Start the development server using the command:
`
npm start
`
- Open your web browser and navigate to http://localhost:3000
Conclusion
In conclusion, Food-Verse is a fully functional food ordering website built using React.js, React Router, and Tailwind CSS. This project only implements the frontend part of the application.