Welcome to Glatt Food Ordering Frontend Application project! This application provides a user-friendly interface for customers to browse and order food from Swiggy's backend API. The project is built using modern web technologies, including React.js, CSS Modules, JavaScript, Parcel, Redux, and Jest with React Testing Library for testing.
- User-friendly Interface: Intuitive and responsive design for a seamless user experience.
- Browse Menu: Customers can easily browse through a variety of food items available.
- Order Placement: Users can add items to their cart and place orders effortlessly.
- React
- JavaScript
- CSS Modules
- Parcel
- Redux
- Jest
- React Testing Library
- Clone the repository:
git clone https://github.com/shbaaaaz/glatt.git
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit http://localhost:3000 to view the application.
Run the tests using Jest:
npm test