https://github.com/ruslanpr0g/infinity-fun
Infinity Fun is a collection of fun, interactive web games and visualizations. Endless fun, one click away!
https://github.com/ruslanpr0g/infinity-fun
fun game games website
Last synced: 27 days ago
JSON representation
Infinity Fun is a collection of fun, interactive web games and visualizations. Endless fun, one click away!
- Host: GitHub
- URL: https://github.com/ruslanpr0g/infinity-fun
- Owner: RuslanPr0g
- Created: 2021-12-24T12:20:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-21T17:30:07.000Z (5 months ago)
- Last Synced: 2026-02-21T21:05:22.331Z (5 months ago)
- Topics: fun, game, games, website
- Language: TypeScript
- Homepage: https://ruslanpr0g.github.io/infinity-fun/
- Size: 4.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinity Fun ๐ฎ
Welcome to **Infinity Fun**! ๐ A collection of interactive web games and fun visualizations, built with Angular. Enjoy endless entertainment with each click! ๐โจ
### What does it do?
Infinity Fun brings you a variety of playful games and interactive experiences, including:
- Fun quizzes ๐ง
- Interactive visualizations ๐
- Time-killers and brain teasers โณ
- Simple, engaging, and addictive games ๐ฏ
Explore, play, and get lost in fun! ๐
## Local Development ๐ ๏ธ
### Prerequisites
Before you start, make sure you have the following installed:
- **Node.js** (v14 or later) ๐
- **Angular CLI** (`npm install -g @angular/cli`) ๐
### Setting up the project
1. Clone this repo to your local machine:
```bash
git clone https://github.com/your-username/infinity-fun.git
```
2. Navigate to the project directory:
```bash
cd infinity-fun
```
3. Install the dependencies:
```bash
npm install
```
4. Run the development server:
```bash
ng serve
```
5. Open your browser and go to [http://localhost:4200](http://localhost:4200) ๐
### Running Tests ๐งช
To run tests, simply use:
```bash
ng test
```
### Building for Production ๐ฆ
To build the app for production, run:
```bash
ng build --prod
```
This will create an optimized version of the app in the `/dist` folder.
## Contributing ๐ค
Feel free to contribute to Infinity Fun! Submit a pull request with any bug fixes, features, or improvements. Let's make fun infinite together! โจ
## License ๐
MIT License