"This is where I begin my journey. This is how I find my way."
The game is like hangman, but with a twist: Two players get one try per turn to guess the correct letters of the word in question. 'Movies' is the category and the word being guessed is a movie title. Hints are given to players within the question.Once the word is guessed correctly, players press a button to generate a new question. Pressing the button also prompts players to answer bonus questions. The objective of the game is to move your paper boat into the island. First player to arrive WINS.
Ruby on Rails application. Two models are used in this app, Cat owners and Cats. The app has full CRUD(Create, Read, Update, Delete) and complete RESTful routing. Once cats are posted, interested sitters can click on the cats in the homepage and see cat profiles with user contact information, to set up Cat Naps!.
Node, Express, and Mongo application utilizing the Gmaps API. Users can enter what kind of incident it is, the address where the incident is, and add some additional comments on the specific situation all in real time. All users can see posts, but can only post an incident if they have an account. Clicking the markers on the map exposes the details of the incident including how long ago the incident was reported.
Node.js was used along with express.js and several npm packages. Mostly , this app utilizes websockets using socket.io. Messages are rendered automatically on client side, without refreshing the page. The Giphy API is utilized, where users can click on the GIF! button to post a random GIF.