A modern todo web application.
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.
- ruby 2.5+
- Rails 5.2+
- React 16.3+
# clone
$ git clone git@github.com:Motonary/Orbit-client.git
$ cd Orbit-client
# docker setup
$ docker-compose build
$ docker-compose up -d