-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
briansisney
committed
Feb 11, 2014
1 parent
1ddcd03
commit e74a1b1
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
Weightable | ||
== Weightable | ||
========== | ||
|
||
Weightable allows users to track his or her weight, upload photos, and receive encouragement from friends. | ||
|
||
|
||
Inside Weightable I used the following technologies: | ||
• Rails 4.02 | ||
• PostgreSQL Database | ||
• Chart.js to visualize data | ||
• Zurb-Foundation Framework | ||
• Devise for user authentication | ||
• Amazon S3 for remote image storage | ||
• jQuery JavaScript library | ||
• Remotipart to enable AJAX file uploads with jQuery | ||
* Rails 4.02 | ||
* PostgreSQL Database | ||
* Chart.js to visualize data | ||
* Zurb-Foundation Framework | ||
* Devise for user authentication | ||
* Amazon S3 for remote image storage | ||
* jQuery JavaScript library | ||
* Remotipart to enable AJAX file uploads with jQuery | ||
|
||
|