React app to allow children with dyscalculia to practice sums up to 10 or 20
-
clone the repository locally
git clone https://github.com/KrisLamote/dyscalc.git
-
Install the packages & launch the app
yarn install yarn start
-
Have fun!
-
star this project ;)
-
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.
-
Fork the repository (top right hand corner) This will add a fork to your own repositories
-
Clone your fork on your local machine with ssh (or https)
git clone https://github.com/<your-user>/dyscalc.git
-
Make a feature branch for the issue
git checkout -b some-feature-branch
-
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
-
Commit & push your updates
git commit -m 'some useful message about what you did' git push origin some-feature-branch
-
Create a Pull Request From your GitHub profile page you can launch a pull request
THANK YOU!