BestEats-Hut is a web application that allows users to explore a variety of food items available for delivery. Users can view a selection of delicious foods, apply filters to narrow down their choices, and explore a range of culinary delights.
- GitHub Repository Link: BestEats-Hut GitHub
- Deployed Application Link: BestEats-Hut on Vercel
- React.js: Frontend development
- Tailwind CSS: Styling and UI design
- Display of a variety of food items.
- Filtering options to help users find their desired food items.
The project's folder structure is organized as follows:
src/
: Main source code directorycomponents/
: React componentsstyles/
: Styling and CSS filesdata/
: Data files for food itemsApp.js
: Main application componentindex.js
: Entry point for the application
To get started with BestEats-Hut, follow these steps:
- Clone the project repository from GitHub.
- Navigate to the project directory.
- Install the required dependencies using
npm install
. - Start the development server with
npm start
. - Access the application in your web browser.
Contributions to BestEats-Hut are welcome! If you'd like to contribute to the project, please follow our Contribution Guidelines.
This project is licensed under the MIT License. See the LICENSE file for details.