=====================
This is a food delivery app UI project built using React, Tailwind, and Redux. The app provides a user-friendly interface for users to browse and order food from various restaurants.
- Restaurant List: Users can view a list of available restaurants with their respective cuisines and ratings.
- Menu: Each restaurant has a menu that displays the available dishes with prices and descriptions.
- Ordering: Users can select dishes and add them to their cart. They can also view their cart and update the quantities of each dish.
- Frontend: React, Tailwind CSS
- State Management: Redux
- Testing Framework: Jest, React Testing Library
- Clone the repository:
git clone https://github.com/pawxnsingh/zwigato.git
- Install dependencies:
npm install
- Start the app:
npm start
The app includes unit tests written using Jest and React Testing Library. To run the tests, use the command npm test
.
Contributions are welcome. Please create a new issue to discuss any changes or improvements you'd like to make.
This project is licensed under the MIT License.