Welcome to Infinity Fun! 🚀 A collection of interactive web games and fun visualizations, built with Angular. Enjoy endless entertainment with each click! 🌍✨
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! 🎉
Before you start, make sure you have the following installed:
- Node.js (v14 or later) 🍃
- Angular CLI (
npm install -g @angular/cli
) 🚀
-
Clone this repo to your local machine:
git clone https://github.com/your-username/infinity-fun.git
-
Navigate to the project directory:
cd infinity-fun
-
Install the dependencies:
npm install
-
Run the development server:
ng serve
-
Open your browser and go to http://localhost:4200 🎉
To run tests, simply use:
ng test
To build the app for production, run:
ng build --prod
This will create an optimized version of the app in the /dist
folder.
Feel free to contribute to Infinity Fun! Submit a pull request with any bug fixes, features, or improvements. Let's make fun infinite together! ✨
MIT License