Parental is a Ruby on Rails todo application for parents and caregivers to organize the items they need to get done. Users can create accounts, either through a registration page or by signing in through Facebook. Once registered, users are able to create TODO lists and add specific Tasks to each TODO list. Both a TODO list and a specific Task can be marked "done" and the app provides directions to where you need to go through the Google Maps API. Users will receive auto-generated reminder emails for a TODO within 2 days of it's due date.
To access the app visit http://www.parental.life.
You can run a local copy of Parental in a few simple steps:
- Go into the Github repo
- Clone the repo
- Run 'bundle install' from the directory
- Start the rails server by running 'rails s'
- Using your web browser navigate to 'https://localhost:3000'
Parental is licensed under the MIT License.
In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes