https://github.com/muntasir-fahii/food-verse-fs
A food ordering website built using React.js, React Router, and Tailwind CSS could offer a seamless and user-friendly platform for ordering food, exploring recipes, and saving favorites. and delete from favourites. With React.js, the website could provide a fast and browsing menus, selecting dishes and chooses the needed foods.
https://github.com/muntasir-fahii/food-verse-fs
food food-ordering react-hooks react-router reactjs tailwind-css
Last synced: 3 months ago
JSON representation
A food ordering website built using React.js, React Router, and Tailwind CSS could offer a seamless and user-friendly platform for ordering food, exploring recipes, and saving favorites. and delete from favourites. With React.js, the website could provide a fast and browsing menus, selecting dishes and chooses the needed foods.
- Host: GitHub
- URL: https://github.com/muntasir-fahii/food-verse-fs
- Owner: muntasir-fahii
- Created: 2022-12-23T18:36:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T23:19:39.000Z (about 2 years ago)
- Last Synced: 2024-12-18T23:36:33.207Z (5 months ago)
- Topics: food, food-ordering, react-hooks, react-router, reactjs, tailwind-css
- Language: JavaScript
- Homepage: https://food-verse-fs.netlify.app
- Size: 548 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.## Tools Used
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:
1. Clone the repository using the command:
`
git clone https://github.com/your-username/food-verse.git`
2. Navigate to the project directory using the command:
`
cd food-verse`
3. Install the required dependencies using the command:
`
npm install
`4. Start the development server using the command:
`
npm start`
5. 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.