Giter Club home page Giter Club logo

retro's Introduction

Retro

A ruby HTTP server that allows users to create retrospective boards, and add cards to it.

Light Mode

Screenshot-2020-10-23_16-32-19

Dark Mode

Screenshot-2020-10-23_16-32-49

How it works

  • A ruby server with Sinatra
  • CSS with Bulma
  • Saves all data in memory
  • User can create board with name, max votes per user, columns names
  • When the server needs the user to have identity it'll redirect him to set his username and assign uuid
  • The board has a form to create a new card in each column
  • Users can edit and delete boards
  • Users can vote on cards
  • Timer at the top is just an iframe that refresh every couple seconds and can be changed by the creator of the board from the edit page

Running the server

Run the server script, it'll install the needed dependencies

bundle install
./server

Using Docker

docker build -t retro .
docker run -d -p 3000:3000 retro

Using Docker hub prebuilt image

docker run -d -p 3000:3000 emadelsaid/retro

Kubernetes deployment

Mohammed Ragab created a kubernetes helm chart to deploy it on your cluster. The repository is available here

https://github.com/ragoob/retro-helm-charts

Deploy to Heroku

You can deploy it directly to Heroku, it must be one process as it's in memory storage

Deploy

Guidelines

  • No login needed
  • No persistent data
  • No Javascript
  • Minimal dependencies

Development notes

To generate custom bulma CSS there is an executable script "./css" that will download bulma unzip it and write two SCSS files that generate both light and dark themes. use it in case you want to generate your own custome theme or update bulma to newer version

retro's People

Contributors

abehery avatar cameronnorman avatar emad-elsaid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.