smallpaes / trash-talk-generator

A fun web application built with Node.js and Express to generate trash talk based on selected profession.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trash Talk Generator

A fun web application built with Node.js and Express to generate trash talk based on selected profession.

Project First Look

Application Screen Shot in GIF

Features

Functions Detail URL
View all professions Click on logo to view all the professions available and clear up selection /
Generate Trash Talk Select a profession and click on 產生幹話 button to generate a trash talk /

Installation

The following instructions will get you a copy of the project and all the setting needed to run it on your local machine.

Prerequisites

Clone

Clone this repository to your local machine

$ git clone https://github.com/smallpaes/trash-talk-generator.git

Setup

  1. Enter the project folder
$ cd trash-talk-generator
  1. Install npm packages
$ npm install
  1. Activate the server
$ npm run dev
  1. Find the message for successful activation
Express is listening on http://localhost:3000

You may visit the application on browser with the URL: http://localhost:3000

Authors

Mike Huang

About

A fun web application built with Node.js and Express to generate trash talk based on selected profession.


Languages

Language:JavaScript 39.9%Language:HTML 38.8%Language:CSS 21.4%