Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andresilveira1/food-explorer-web

FoodExplorer a FrontEnd app from a fictitious restaurant.
https://github.com/andresilveira1/food-explorer-web

axios jsx radix-ui react responsive-layout styled-components swiper vitejs

Last synced: about 2 hours ago
JSON representation

FoodExplorer a FrontEnd app from a fictitious restaurant.

Awesome Lists containing this project

README

        

Food Explorer FrontEnd

A FrontEnd app build with Vite tool, and ReactJs as template. Food Explorer is a fictitious restaurant that need a authenticated user to interact with app functions. You can view a menu, and choose one or more options at your taste to buy or set as favorite. There is a payment page that you can see the total amount or remove some product if you want. As Admin you can add, edit and delete options to menu.


WebSite   |   
Technologies   |   
Layout   |   
Clone   

![preview](./.github/desktopPreview.png)
![preview](./.github/mobilePreview.png)

## [WebSite](https://foodexplorer1000.netlify.app/)

If you wanna see the app as Admin you can access this account.

email: [email protected]
password: 123456

### BackEnd repository: [Link](https://github.com/andresilveira1/food-explorer-api)

# Technologies

- Vitejs
- ReactJs
- JavaScript
- Axios
- Styled Components
- Swiper
- Radix-ui

# Layout

You can view layout on figma by clicking [here](https://www.figma.com/community/file/1196874589259687769/food-explorer-v2).

# Run

```bash
git clone https://github.com/andresilveira1/food-explorer-web.git

npm install
npm run dev
```