Skip to content

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

License

Notifications You must be signed in to change notification settings

AmanAgarwal041/dyscalc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.3%
  • CSS 13.3%
  • HTML 6.4%