Skip to content

Food Order App made to practice React states (useState, useContext, useEffect, useRef, useCallback). Deployed on Netlify

License

Notifications You must be signed in to change notification settings

demetriusvissarion/Miner-s_Tavern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miner's Tavern - A Food Order App

Welcome! 👋

This is a React.js project. It uses firebase as its backend to fetch and send data to the server. You can select choose meals to add to your cart, then fill in your details for your order to be sent to the server!

How To Run? 🤔

Download this code either as a zip file or use the git clone command to clone it. Then, open the project folder in your editor and on the integrated terminal:

  • Run npm install to install all the packages used for this project. After the installation,
  • Run npm start to run the project on your browser localhost. That's all you'd need to do 🙂

Check out the deployed website here:

https://minerstavern.netlify.app/

Want To Contribute?

Feel free to open a pull request on this repository is there's any feature you'd like to add to this app!

Have A Feedback?

Giving feedback is appreciated, if you any to give on this project please email demetrius.vissarion@gmail.com

Happy Coding 💪