Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/condef5/weight-tracker-app
Weight Tracker App 💪
https://github.com/condef5/weight-tracker-app
bulma ruby sinatra
Last synced: 6 days ago
JSON representation
Weight Tracker App 💪
- Host: GitHub
- URL: https://github.com/condef5/weight-tracker-app
- Owner: condef5
- License: mit
- Created: 2019-06-08T20:13:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T01:27:43.000Z (about 2 years ago)
- Last Synced: 2024-12-06T03:55:46.737Z (21 days ago)
- Topics: bulma, ruby, sinatra
- Language: Ruby
- Homepage: https://space-wtracker.herokuapp.com/
- Size: 244 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weight Tracker App
This app allow visualize your history of your measures per day in a table.
This project has been developed using the following technologies:
* [Ruby](https://www.ruby-lang.org/en/)
* [Sinatra](http://sinatrarb.com/)
* [Bulma](https://bulma.io/)## Demo
The app is available [here](https://space-wtracker.herokuapp.com/)
Credentials:
```
// normal user
user: [email protected]
password: secret123// admin
user: [email protected]
password: secret123
```![Login](https://i.imgur.com/ZJydGR8.png)
![Register](https://i.imgur.com/JLFHysv.png)
![Demo#1](https://i.imgur.com/Zqa41Pb.png)
![Admin](https://i.imgur.com/yGzV6Jl.png)
![Mobile](https://i.imgur.com/Dm4pXeb.png)
## Setup
To start this application locally:
1. Make sure you have installed *Ruby*
2. Install the dependencies: `bundle install`
3. Start the application: `bundle exec rackup -p 8000 config.ru`
4. Go to the [app](http://localhost:8000)## Team Mighty Tracker
* Mayra Navarro (Project Coordinator)
* Frank Condezo (Tech Lead)
* Diego Torres
* Carlos Ayala
* Christopher Roa