https://github.com/jhenbertgit/sample-react-project
A food order app using React JS. This sample project is intended for beginners who are willing to learn.
https://github.com/jhenbertgit/sample-react-project
Last synced: 4 months ago
JSON representation
A food order app using React JS. This sample project is intended for beginners who are willing to learn.
- Host: GitHub
- URL: https://github.com/jhenbertgit/sample-react-project
- Owner: jhenbertgit
- Created: 2022-12-08T06:33:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T02:31:58.000Z (over 2 years ago)
- Last Synced: 2025-01-10T22:44:36.780Z (5 months ago)
- Language: JavaScript
- Size: 700 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-react-project
A food order app using React JS. This sample project is intended for beginners who are willing to learn.Anyone can edit the codes and commit in new branch, just create a pull request.
To run this app, clone this repository in your local machine and make sure you installed the [node.js](https://nodejs.org/en/download/).
Run ```npm install``` to download all dependencies and eventually run ```npm start```.