Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 855 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 855 Bytes

Hipster Hangman

Welcome to Hipster Hangman! You've probably never heard of it.

This project was built using Sinatra, Ruby, HTML, and CSS. The hipster icons disappear one by one as you guess incorrect letters. If you guess the word correctly, you're sure to impress all those other losers.

This project is part of The Odin Project curriculum.

Heroku

To see this app in action, check it out on Heroku.

To run this app locally

  1. Fork this repository on GitHub.
  2. Clone your forked repository onto your local computer.
  3. Use cd hipster_hangman to move into the project folder.
  4. Run ruby app.rb to start the server.
  5. In your browser, navigate to http://localhost:4567/.