A game of Naija Whot built with ReactJS
# Naija Whot (Open Source)
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.
## Technologies ⚙
Front end:
- React
- Redux
- React-flip-toolkit (for animations)
- SCSS
Back end
- socket.io (Running on Node)
## Running project 🚀
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:
1. Clone the main branch
```
git clone
github.com
```
2. Run the front end using npm
```
npm install && npm start
```
3. Clone the server branch
```
git clone -b server
github.com
```
4. Run the server using node
```
node index.js
```
## Contributing 💻
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.