Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jorjishasan/zestybite
- Owner: jorjishasan
- Created: 2024-10-05T21:55:02.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T20:30:13.000Z (26 days ago)
- Last Synced: 2024-10-26T08:41:34.005Z (25 days ago)
- Topics: figma, framer-motion, jest, react, react-router-v6, reduxtoolkit, tailwindcss, vite
- Language: JavaScript
- Homepage: https://zestybite.app/
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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