https://github.com/lulunac27a/react-endless-simple-idle-game
Endless simple idle game using React framework
https://github.com/lulunac27a/react-endless-simple-idle-game
clicker clicker-game endless-game game idle idle-clicker idle-clicker-game idle-game javascript react react-game react-games web-app
Last synced: 7 days ago
JSON representation
Endless simple idle game using React framework
- Host: GitHub
- URL: https://github.com/lulunac27a/react-endless-simple-idle-game
- Owner: lulunac27a
- License: mit
- Created: 2024-07-17T02:25:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-15T23:23:00.000Z (4 months ago)
- Last Synced: 2025-06-15T23:58:53.657Z (4 months ago)
- Topics: clicker, clicker-game, endless-game, game, idle, idle-clicker, idle-clicker-game, idle-game, javascript, react, react-game, react-games, web-app
- Language: JavaScript
- Homepage: https://lulunac27a.github.io/react-endless-simple-idle-game/
- Size: 686 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Endless Simple Idle Game using React
This app is an endless idle game written in JavaScript using React templates. You earn points when you click on the button.
Try it on [CodeSandbox](https://codesandbox.io/p/github/lulunac27a/react-endless-simple-idle-game/).## Running The App
1. Clone the repository.
2. Run `npm install` to install dependencies.
3. Run `npm start` to start the server.
4. Open `localhost:3000` on your browser.## Running Unit Tests
Run `npm run test` to run unit tests after installing dependencies.
## Building The App
Run `npm run build` to build the app for production mode and generates the `build` folder with minified code.