/food-order-app

A POC food order app that uses React & firebase

Primary LanguageJavaScript

Food Order App

A POC food order app that uses React & firebase

Features

  • Authenticate by firebase (register, login, logout and reset password)
  • Add foods to your cart using Context API
  • Make orders & list your previous orders by using firebase realtime database

Installation

  • Clone the repo and run npm install
  • Set your environment variables by creating .env file and set the keys being used (for firebase)
  • run the app by npm start

Demo Link