khenry10 / thrive

Home Page:https://thrive-list.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thrive

Summary:

Thrive is a checklist application written in ruby, HTML5/css, using the rails framework, and hosted on Heroku. User authentication is handled by the devise gem.

Features:

Thrives lets you build both checklist and shopping list to help you better organize your daily tasks and thinks you want to remember. Checklist lets you estimate the amount of time each task will take and displays the total amount of time each list will take to complete. Shopping lists let you log items you want to buy and their cost, and sums the entire list to help with budgeting.

Installation:

Fork and clone this repo.

Run bundle install in the command line in the same directory you pulled this repo into.

Start a rails server:

rails s

Navigate to http://localhost:3000/

About

https://thrive-list.herokuapp.com


Languages

Language:Ruby 64.7%Language:HTML 28.8%Language:CSS 5.0%Language:JavaScript 1.5%