Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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