This is a game of Naija Whot built for the web. It has both single and multiplayer features. You can check it out live here.
Front end:
- React
- Redux
- React-flip-toolkit (for animations)
- SCSS
Back end
- socket.io (Running on Node)
The repo has three branches:
- main: This holds the front end React code.
- server: This holds the socket server code.
- gh-pages: For Github Pages hosting.
To run the project locally:
-
Clone the main branch
git clone https://github.com/AkpetiTrust/whot.git
-
Run the front end using npm
npm install && npm start
-
Clone the server branch
git clone -b server https://github.com/AkpetiTrust/whot.git
-
Run the server using node
node index.js
Contributions are surely welcome! You can check out the public roadmap to see the feature ideas in store for the game, then create a new issue if you're interested in contributing to any. If the idea you have isn't in the roadmap, still feel free to create a new issue to talk about the idea.