knoll3 / Todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo

Todo is a single page todo list made with Ruby on Rails relying completely on Javascript for CRUD functions. This smooth webpage demonstrates the power of Javascript's ability to create lightning fast and clean web applications without refreshing the page.

Visit Todo on Heroku.

Todo was created as part of a remote coding bootcamp called The Firehose Project.

Getting Started

Clone the app and install the gem files

$ git clone git@github.com:knoll3/Todo.git
$ cd Todo/
$ bundle install

After this you should be good to go!

Deployment

To deploy this app into development

$ heroku create choose-app-name
$ git push heroku master

View app info

$ heroku apps:info

Open the app

$ heroku open

Versions

Todo uses

  • Ruby 2.3.4
  • Rails 5.1.6

About


Languages

Language:Ruby 65.7%Language:CSS 15.5%Language:HTML 11.0%Language:JavaScript 7.5%Language:CoffeeScript 0.4%