A food ordering app built using React using Swiggy's Live API.
- Parcel
- Tailwind CSS
- React-Router-Dom
- Redux-toolkit
- Restaurant listing: Display a list of restaurants with their details, such as name, cuisine type, and ratings.
- Menu display: Show the menu items available for each restaurant.
- Cart management: Allow users to add items to the cart, update quantities.
- Search functionality: Allow users to search for restaurants.
- React.js: A popular JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapidly styling your application.
- Parcel: A zero-configuration bundler for web applications.
- React-router-dom : Declarative routing for React web applications
- Redux-toolkit : A centralized state management tool
- Node.js should be installed on your machine.
- Clone the repository:
git clone https://github.com/anisharya16/foodvilla.git
- Change into the project directory:
cd foodvilla
- Install the dependencies:
npm install
4 .Start the development server:
npm start
5.Open your browser and visit http://localhost:1234 to see the app running.