Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andresilveira1/food-explorer-web
- Owner: andresilveira1
- Created: 2023-10-09T17:52:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T23:20:11.000Z (9 months ago)
- Last Synced: 2024-03-04T13:03:33.368Z (9 months ago)
- Topics: axios, jsx, radix-ui, react, responsive-layout, styled-components, swiper, vitejs
- Language: JavaScript
- Homepage: https://foodexplorer1000.netlify.app/
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitnpm install
npm run dev
```