Skip to content

bryanteng/math_for_piglets_backend

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

Front-End Repository

https://github.com/bryanteng/math-for-piglets

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published