Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.38 KB

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 preview

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

email: admin@email.com password: 123456

BackEnd repository: Link

Technologies

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

Layout

You can view layout on figma by clicking here.

Run

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

npm install
npm run dev