Welcome to Energizers.Fun - Your go-to platform for fun team-building games and energizers! 🎯
Energizers.Fun is a curated collection of interactive activities perfect for:
- Team retrospectives 🤝
- Meetings 💼
- Workshops 🛠️
- Events 🎉
- Any group gathering that needs a boost of energy! ⚡
Our mission is to make team activities more engaging and fun! We believe that energized teams are more creative, collaborative, and productive. This platform provides easy access to a variety of games and activities that can help break the ice, boost energy levels, or simply add some fun to your team gatherings.
We welcome contributions from the community! Here's how you can help:
The easiest way to contribute is by adding new games to our collection:
- Fork this repository
- Add your game to
games.json
- Submit a pull request
Each game entry should include:
id
: A unique identifier for the gamename
: The title of the gameminPlayers
: Minimum number of players requiredmaxPlayers
: Maximum recommended number of playersdescription
: A detailed explanation of what the game is aboutscreenshot
: URL to an image preview of the gamelink
: URL where the game can be playedtags
: Array of categories/keywords that describe the game
We also welcome:
- UI/UX improvements
- Bug fixes
- Documentation updates
- Feature suggestions
- Accessibility enhancements
This project is built on Next.js. To run it locally, follow these steps:
- Clone the repository:
or
git clone https://github.com/manuman94/energizers.fun.git
git clone [email protected]:manuman94/energizers.fun.git
- Navigate to the project directory:
cd energizers.fun
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and go to
http://localhost:3000
to see the project in action.