Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 717 Bytes

File metadata and controls

25 lines (22 loc) · 717 Bytes

Orbit

A modern todo web application.

Description

Orbit is a SPA with React.js and Ruby on Rails. You can put tasks on orbits as stars and delete them with wonderful animation so instinctively like the demo.

Demo(Click this image if gif freezes!)

Test

Requirement

  • ruby 2.5+
  • Rails 5.2+
  • React 16.3+

Set up

# clone
$ git clone git@github.com:Motonary/Orbit-client.git
$ cd Orbit-client

# docker setup
$ docker-compose build
$ docker-compose up -d

Author