Skip to content

bryanteng/math-for-piglets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math for Piglets

Math for Piglets, a math-learning application with a built-in reward system, directed towards children.

Screenshot

Application Features

  • User can choose a math operation and solve the given question.

  • User can return to questions answered incorrectly.

  • User can earn money for their virtual piggy bank for each correct question.

  • User can use the built-in calculator to solve equations.

Built With

  • React
  • Ruby
  • Rails API utilizing Active Model Serializers
  • Sqlite3 Database using ActiveRecord
  • Math.js library
  • Postgres

Back-End Repository

https://github.com/bryanteng/math_for_piglets_backend

Server-Side Install Instructions

  1. Run bundle install
  2. Run rake db:create
  3. Run rake db:migrate
  4. Run rake db:seed
  5. Run rails s -p 3000

Client-Side Install Instructions

  1. run cd math-front-end
  2. Run npm install
  3. Run npm start

Contributing

Contributing Guide

Authors

  • Scarlett Perry
  • Bryan Teng

License

License

Acknowledgments

  • Big thank you to Tony Lam & Eric Kim

About

React Math learning application designed for kids.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%