myfashionhub / timezone-finder

Search and save time zones w/ this one-page app

Home Page:http://timezone-finder.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timezone Finder

A one-page application using a REST API to let users enter and save time zones.

View live demo. Log in with: user@test.com/timezone.

How it works

Users can create an account with an email and password. When logged in, they can add new timezone and see the current time of each timezones that have been saved.

Specs

  • Front end: gem 'jquery-ui-rails' autocomplete library.
  • Back end: Rails application with a PostgreSQL database.
  • Testing: gem 'rspec-rails' and gem 'capybara'
  • Installation: Clone the repository and run rake db:create db:migrate, bundle. rake db:seed will seed the database with all the time zones and cities in each of them.

About

Search and save time zones w/ this one-page app

http://timezone-finder.herokuapp.com/


Languages

Language:Ruby 69.5%Language:JavaScript 23.1%Language:CSS 7.4%