Skip to content

langphil/love-me-tinder

Repository files navigation

Build StatusCode ClimateTest Coverage

Love me Tinder

A dating / relationship compatibility game / simulator.

About

Our team of 6 programmers spent a four days making this dating game as part of our training at Makers.

Visit our Heroku site

https://love-me-tinder.herokuapp.com/

Or run locally

View the repository here on GitHub

Clone the repo. Then:

bundle install
bin/rails db:create
bin/rails db:migrate
bin/rails db:seed

To run the tests

bundle exec rspec

To view in browser

bin/rails server

This will start the server at localhost:3000

Other

  • rubocop (code quality)

Processes

  • XP (Extreme Programming)
  • Agile
  • Pair programming
  • TDD
  • Remote collaboration

Technologies used

  • Ruby as the main back-end language
  • Rails for the framework
  • Travis CI
  • PostgreSQL for handling databases
  • GitHub for storing our work
  • Trello for tracking and organising workflow
  • Heroku for hosting our website
  • CSS and Bootstrap to make it look pretty
  • Git for version managing

Styling and Imagery

  • Bootstrap for styling and layout (please see getbootstrap.com/docs/4.0/layout/grid/)

Screenshots

Jamine Tests

PNG

LoveMeTinder Mockups

Create your profile

Find a match

Play

Creators