Math for Piglets, a math-learning application with a built-in reward system, directed towards children.
-
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.
- React
- Ruby
- Rails API utilizing Active Model Serializers
- Sqlite3 Database using ActiveRecord
- Math.js library
- Postgres
https://github.com/bryanteng/math-for-piglets
- Run
bundle install
- Run
rake db:create
- Run
rake db:migrate
- Run
rake db:seed
- Run
rails s -p 3000
- run
cd math-front-end
- Run
npm install
- Run
npm start
- Scarlett Perry
- Bryan Teng
- Big thank you to Tony Lam & Eric Kim