Skip to content

c-grigsby/food-order-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Order Front-end

npm version Netlify Status PRs welcome!

This application is the front-end to a food order application

Live Demo of Food Order App


Project Specifications

  • Developed with React
  • REST API for data transfers
  • Submits orders to the back-end
  • Fetches menu data
  • Shopping cart
  • Checkout form
  • Custom hook for form validation
  • Responsive, animations
  • Persists data on Firebase
  • Deployed on Netlify

Deployed URL


Getting Started

  • Installing dependencies
$ npm install
  • To run the development server
$ npm start