Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naimulcsx/react-math-game
A simple game built with React.js
https://github.com/naimulcsx/react-math-game
Last synced: about 9 hours ago
JSON representation
A simple game built with React.js
- Host: GitHub
- URL: https://github.com/naimulcsx/react-math-game
- Owner: naimulcsx
- Created: 2018-06-08T08:14:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T09:39:22.000Z (8 days ago)
- Last Synced: 2025-01-11T10:33:29.430Z (8 days ago)
- Language: JavaScript
- Homepage:
- Size: 852 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple game I created when I was learning React. It was a great project to get my hands dirty with the React Basics.
## Setup* Clone repository using " git clone https://github.com/imnaimul/ReactMultiplicationGame.git "
* Run "npm install" to get all the dependency installed
* Run "npm run dev-server" to server the project on your local machine.
* Head over to "http://localhost:8080"