Skip to content

shrutigupta02/PlayHive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayHive

PlayHive is a web-based gaming platform that brings together a collection of classic games in one place. Users can create an account, play games, and see their rankings for each game. The current version includes popular games like Tic Tac Toe, and 2048, with more games to be added soon.

Live at: https://playhive.netlify.app

Table of Contents

Features

  • User registration and login
  • Play multiple games with a single account
  • Responsive and intuitive UI
  • Future-proof design for easy addition of new games

Installation

To run PlayHive locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/PlayHive.git
    cd PlayHive
  2. Install dependencies:

    cd backend
    npm install
    cd ../frontend
    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and visit:

    http://localhost:5173

Usage

  1. Register an account - Create a new user account to start playing.
  2. Login - Use your credentials to login.
  3. Choose a game - Select from the available games on the homepage.
  4. Play and enjoy - Have fun and try to get a high score!

Technologies Used

  • Frontend: React
  • Backend: Node.js, Express
  • Database: MongoDB
  • Authentication: Firebase
  • Payment Gateway: Stripe (for future updates)

Contributing

We welcome contributions from the community. To contribute, follow these steps:

  1. Fork the repository

  2. Create a new branch:

    git checkout -b feature-name
  3. Make your changes and commit them:

    git commit -m "Add some feature"
  4. Push to the branch:

    git push origin feature-name
  5. Create a pull request

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or suggestions, feel free to reach out:


Enjoy playing on PlayHive!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published