Skip to content

DarkSeidNG/smack-abacha

Repository files navigation

Smack-Abacha

Smack-Abacha is a simple whack-a-mole styled fun game built with reactjs

Dependencies

This app was bootstrapped using create-react-app

  • React JS - Reactjs is a JavaScript library developed by Facebook for building UI components.
  • Redux - A predictable state container for JavaScript apps.
  • redux-thunk - Thunk middleware for Redux.
  • react-router-dom - DOM bindings for React Router.

Features

  • Multi-level play
  • Increasing difficulty level

Getting started with the project

  • To run the app locally, have node.js installed
  • Clone the repo git clone https://github.com/DarkSeidNG/smack-abacha.git
  • Navigate to the smack-abacha directory
  • Run npm install to install all dependencies
  • Run npm start to run the application
  • To run tests - Run npm test

Contributing to the project

  • Fork this repository to your github account
  • Clone the repository - git clone https://github.com/DarkSeidNG/smack-abacha.git
  • Create your feature branch - git checkout -b your-branch-name
  • Commit your changes - git commit -m “[Enter message]“ or git commit for the interactive interface
  • Push to the remote branch - git push origin your-branch-name
  • Open a pull request.

Click this link to visit the hosted app smack-abacha

I look forward to your pull requests :)

License

MIT License

Author