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.
To see this app in action, check it out on Heroku.
- Fork this repository on GitHub.
- Clone your forked repository onto your local computer.
- Use
cd hipster_hangman
to move into the project folder. - Run
ruby app.rb
to start the server. - In your browser, navigate to http://localhost:4567/.