Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1000 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 1000 Bytes

food-explorer

image

Description

food-explorer is a food delivery app, were a user must register first and then login to gain access. After that he will be able to select the products between main dishes, desserts and drinks, adding each item to the cart. It is also possible, as an ADMIN, to add new products and manage orders on an exclusive page.

This web app is consuming this API

Current Stack 🧑‍💻

  • Typescript
  • React + vite
  • React-router-dom
  • react-toastify
  • phosphor-react
  • styled-components
  • swiper

Installation

First clone this repository:

$ git clone [email protected]:victorcbb/food-explorer.git

Inside the directory, run:

$ npm install

Running the app

# development
$ npm run dev

Food Explorer is live on https://foodexplorer-rs.netlify.app/