/dyscalc

React app to allow children with dyscalculia to practice sums up to 10 or 20

Primary LanguageJavaScriptMIT LicenseMIT

dyscalc

Netlify Status Build Status

React app to allow children with dyscalculia to practice sums up to 10 or 20

How to play (locally)

  1. clone the repository locally

    git clone https://github.com/KrisLamote/dyscalc.git

  2. Install the packages & launch the app

    yarn install
    yarn start
    
  3. Have fun!

How to contribute

  1. star this project ;)

  2. If you'd like to contribute, go through the issues - and first ask to be assigned to a specific issue. Obviously you can report bugs or make suggestions for new features.

  3. Fork the repository (top right hand corner) This will add a fork to your own repositories

  4. Clone your fork on your local machine with ssh (or https)

    git clone https://github.com/<your-user>/dyscalc.git

  5. Make a feature branch for the issue

    git checkout -b some-feature-branch

  6. Install the packages & launch the application (you'll also need to do this whenever you pull changes to the yarn.lock file)

    yarn install
    yarn start
    
  7. Commit & push your updates

    git commit -m 'some useful message about what you did'
    git push origin some-feature-branch
    
  8. Create a Pull Request From your GitHub profile page you can launch a pull request

THANK YOU!