Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorjishasan/zestybite

🍽️ A Food Ordering App: Smooth, Satisfying UI/UX with Seamless API Integration.
https://github.com/jorjishasan/zestybite

figma framer-motion jest react react-router-v6 reduxtoolkit tailwindcss vite

Last synced: 20 days ago
JSON representation

🍽️ A Food Ordering App: Smooth, Satisfying UI/UX with Seamless API Integration.

Awesome Lists containing this project

README

        

# ZestyBite

Zestybite is a modern food delivery application built with React, Redux, and Tailwind CSS.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

Before you begin, ensure you have the following installed:

- [Node.js](https://nodejs.org/) (v14.0.0 or later)
- [npm](https://www.npmjs.com/) (usually comes with Node.js)

### Installation

1. Clone the repository

```bash
git clone https://github.com/yourusername/zestybite.git
```

2. Navigate to the project directory

```bash
cd zestybite
```

3. Install dependencies

```bash
npm install
```

4. Start the development server

```bash
npm run dev
```

5. Open your browser and visit `http://localhost:5173` to view the application

## Features

- GeoLocation Search
- Browse restaurants and menus
- Place food orders
- View order history
- Responsive design for mobile and desktop

## Built With

- [React](https://reactjs.org/) - The web framework used
- [Redux](https://redux.js.org/) - State Management
- [Tailwind CSS](https://tailwindcss.com/) - For styling
- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling
- [React Router](https://reactrouter.com/) - For routing
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - Programming Language
- [Figma](https://www.figma.com/) - For prototyping and design

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration from various food delivery applications
- Thanks to the open-source community for the amazing tools and libraries