Skip to content

tomtom828/crap-yap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💩 Crapper Yapper 🚽

The crappiest chat app known to man!

A Node.js & Firebase webapp submitted to the 2017 Stupid Hackathon!

Write your message in English and have it converted to Morse Code using 💩 and 🚽 emojis. Within each word, the letters are seperated with a 💥. And anything that is not a letter (spaces, numbers, ?, !, etc) are shown normally.

And yes, sound effects are included!

Please check out the deployed version in Heroku here!

Also view the Periscope Video!

Authors

Steve Freeman - Full Stack Developer

Thomas Thompson - Full Stack Developer

Functionality

On the backend, the app uses Express to serve routes.

On the frontend, the app uses Handlebars for templating and Bootstrap as a styling framework. The app also uses jQuery and the Firebase API to make for instant messaging.

An example translation of aye! becomes 💩 🚽 💥 🚽 💩 🚽 🚽 💥 💩 💥 !

💩 = dot

🚽 = dash

💥 = pause between letters

Cloning down the repo

After cloning the repo down to your local machine...

  1. Ensure that you have NodeJS installed.
  2. Then cd into this repo and run npm install.
  3. Serve the page locally by running node server.js.
  4. Then navigate to localhost:3000 in your browser.

Screenshots

The / route is where you read and write all your messages

Home Page

If you navigate anywhere but to the / route, you will be asked to go back

Nowhere Page

Note that real English is stored in the Database, check the console

Console Log