An open API service indexing awesome lists of open source software.

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!

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