Skip to content

Latest commit

 

History

History
17 lines (6 loc) · 784 Bytes

README.md

File metadata and controls

17 lines (6 loc) · 784 Bytes

This is the FoodOrd website built in react.

It uses hooks, context api, css modules, portals and some styled-components.

Its only UI build in React. In the future it will be upgraded with typescript next and some others.

run npm i to install packages and the npm run start to start the applcation. Then create Firebase backend and link it into the places where request are sent.

image

June 30. Added the Firebase backend. Now it is possible to send order, and all the informations about meals and user given in the form, are stored in database after submitting. Also added some validity checks, so users cannot set inputs empty and incorrect.