mehtaAnsh / JustJoking

A NodeJs web application that tell you jokes. The application utilizes routes and fun npm modules to pick and deliver jokes.

Home Page:https://boiling-forest-49642.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JustJoking

A NodeJs web application to tell you jokes ;)

About

Here's a Node.js appliction that tells you jokes. It is built using Bootstrap, EJS, Express and Node.

Technology

Javascript, EJS, Bootstrap, Node.Js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate. You can contribute to fix bugs, add codes and improve the codes.

git clone https://github.com/josharsh/JustJoking.git

Synchronize forked repository with Upstream repository

  1. Create upstream as our repository
$ git remote add upstream "https://www.github.com/josharsh/JustJoking"
  1. Fetch upstream changes in local machine
$ git fetch upstream
  1. Switch to master branch
$ git checkout master
  1. Merge changes in local machine
$ git merge upstream/master
  1. Push changes to your forked GitHub repository
$ git push -f origin master

About

A NodeJs web application that tell you jokes. The application utilizes routes and fun npm modules to pick and deliver jokes.

https://boiling-forest-49642.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:HTML 69.5%Language:JavaScript 30.5%