goronfreeman / divi_todo

TODO single page application made with Rails 4 and AJAX

Home Page:http://todo-by-divi.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO by DIVI logo

By Hunter Braun

TODOs made easy.

Click here for a live preview! This is the easiest way to get started.

Setup

Make sure you have Ruby 2.3.0 and PostgreSQL 9.5.2 installed.

Clone the repository:

git clone git@github.com:goronfreeman/divi_todo.git

cd into the newly cloned repo, then run:

gem install bundler
bundle install

Prepare the database:

bin/rake db:setup

Start the Rails server:

bin/rails server

Logging In

Visit localhost:3000 in your browser of choice.

Create a new account, or alternatively, click the 'Login' button in the top right corner.

If you clicked 'Login', use 'test@test.com' for the email and 'password' for the password, then click 'Log In'.

Specs

You can run the RSpec test suite inside the project directory with:

rspec

Notes

TODO was made utilizing Rails built-in AJAX functionality in order to create a single page experience with no need for page refreshes.

About

TODO single page application made with Rails 4 and AJAX

http://todo-by-divi.herokuapp.com/


Languages

Language:Ruby 71.8%Language:HTML 23.2%Language:CSS 4.1%Language:JavaScript 0.9%