Coder Social home page Coder Social logo

svnnynior / dyscalc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from krislamote/dyscalc

0.0 1.0 0.0 583 KB

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

Home Page: https://dyscalc.netlify.com/

License: MIT License

HTML 5.96% JavaScript 80.97% CSS 13.08%

dyscalc's Introduction

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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.