Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leodhb/clone-votacao-bbb
A simple clone of Big Brother Brazil voting system, but with some cool code skills applied
https://github.com/leodhb/clone-votacao-bbb
big-brother-brasil ruby turbo-stream
Last synced: about 2 months ago
JSON representation
A simple clone of Big Brother Brazil voting system, but with some cool code skills applied
- Host: GitHub
- URL: https://github.com/leodhb/clone-votacao-bbb
- Owner: leodhb
- Created: 2022-02-03T00:58:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T03:41:58.000Z (almost 3 years ago)
- Last Synced: 2023-05-29T02:24:11.424Z (over 1 year ago)
- Topics: big-brother-brasil, ruby, turbo-stream
- Language: Ruby
- Homepage: https://bbb-voting.herokuapp.com
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BBB Voting System
_A Clone of the Big Brother Brazil voting platform built with Ruby on Rails_### Description
This is a simple project that creates a free (No Authentication) voting platform, when the User can vote multiple times and see a Confirm screen after each vote. The user also can see a Ranking screen with the votes count and percentage, ordered by the votes count. The Layout and behavior is totally inspired by the Big Brother Brazil system, developed by Rede Globo.### Some tools used
- Rails for Back-End
- Tailwind for Styling
- Rubocop for Code quality
- Hotwire/TurboStream for a Spa Experience (Without Javascript)### To-Do
- Rspec Tests
- Write More Stuff here