How do you stay motivated remotely with your peers? How do you keep you and your team members accountable? With "Gamified Wellness Tracker", you can set your daily goals along with your team members, achieve goals together while earning team points for a friendly competition.
- Front-end: Bootstrap
- Back-end: Ruby on Rails
- Database: PostgreSQL
- Fork and clone this repository down to your local environment
cd
into thegamified-wellness-tracker
directory- Execute this in your console to install all required gems:
bundle install
- Run this command from your command line (optionally create a
seeds.rb
file in thedb
folder to preload data and then runrake db:seed
before running this command):rake db:migrate
- Run
rails s
to start the server - visit localhost:[port-number] (the port number will be specified after running
rails s
)
- Welcome to Gamified Wellness Tracker App, please log in or sign up a new profile to start tracking your daily goals.
- Navigate to "Goals" from the top navbar to start customizing your own goals from these categories: "Physical goals", "Mental goals", "Intellectual goals" and "Daily top 5".
- You can view your created goals from your profile under "Your dashboard".
- You can view all the teams including yours by clicking "Teams".
- Build checkboxes next to user goals for users to check them off after completing goals
- Build point systems into the completed goals
- Create an admin to organize teams, and make changes
- Motivational quotes randomizer (plant puns)
- Users can customize their profile page with motivational songs, quotes, notes
- Cap each section, so one person wouldn't take down all the points for the entire team
Bug reports and pull requests are welcome on GitHub at https://github.com/chienleow/gamified-wellness-tracker. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The app is available as open source under the terms of the MIT License.