Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camilo-j/eatable
An app where the user can order their favorite dishes, they can filter by type of food, choose the amount of dishes that they want to buy and see the total amount to pay
https://github.com/camilo-j/eatable
emotion-react javascript react react-router
Last synced: 4 days ago
JSON representation
An app where the user can order their favorite dishes, they can filter by type of food, choose the amount of dishes that they want to buy and see the total amount to pay
- Host: GitHub
- URL: https://github.com/camilo-j/eatable
- Owner: Camilo-J
- Created: 2023-01-23T23:05:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T15:28:56.000Z (2 months ago)
- Last Synced: 2024-12-17T16:33:27.582Z (2 months ago)
- Topics: emotion-react, javascript, react, react-router
- Language: TypeScript
- Homepage: https://eatableca.netlify.app/
- Size: 1.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eatable
This is an app where you can find many delicious food and choose what you like. In addition, you can see the orders that you made and its details.
## Screenshots
![]()
![]()
## Built With
- [React](https://react.dev/)
- [TypeScript](https://developer.mozilla.org/es/docs/Web/JavaScript)
- [Zustand](https://zustand.docs.pmnd.rs/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Netifly](https://www.netlify.com/)## Getting Started
To get a local copy up and running follow these steps.
### Prerequisites
- Bun
### Installation
1. Clone the repo, or download the zip file
```bash
git clone [email protected]:Camilo-J/Eatable.git
```2. Install NPM packages
```bash
bun install
```3. Run the app
```bash
bun run dev
```## License
Distributed under the MIT License. See `LICENSE` for more information.