- ReactJS
- Firebase
let x = "Hello Contributors";
console.log( x + "Welcome to Uttam's repository");This is a dummy food ordering app where user's order along with their address, name, etc is sent to the backend(i.e firebase).
All the listed food items can't be found in the code because using restAPI all the items are being retrieved by
get request.
- This App is currently hosted on firebase, one can follow the link to visit the site. https://foodorder-b0645.web.app/
-
All contributors are welcome to this repo and feel free to raise an issue.
- Raise an issue.
- I'll be suggesting if anything needed into your open issue.
- Fork or clone this repo and give it a star.
- After forking the repo check your repositories there you can see this repo named
FoodOrderingAppthen you can make changes to that forked repo. - After editing the code base you can simply raise a PR.
- After downloading this project in ZIP format or cloning using command line args.
If you had downloaded this project then make sure you unzip this directory.
- Make sure you are having
nodeinstalled in your localhost. If not kindly refer to this link Download Latest Version form here.
After instaling
nodeyou are capable of running a localserver on your localhost:3000 (by default) ππππ.
- Now, we have to run
npm iornpm install.
This will install all the required dependencies and list then inside a package.json file. Now we have came to end of the setup and we have to run
npm startthis will spin the server and You will be redirected to Your Browser atlocalhost:3000where the Website is being hosted.
+ console.log("Do share your feedback about this project?");