A NodeJs web application to tell you jokes ;)
Here's a Node.js appliction that tells you jokes. It is built using Bootstrap, EJS, Express and Node.
Javascript, EJS, Bootstrap, Node.Js
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
Create upstream as our repository
$ git remote add upstream "https://www.github.com/josharsh/JustJoking"
Fetch upstream changes in local machine
$ git fetch upstream
Switch to master branch
$ git checkout master
Merge changes in local machine
$ git merge upstream/master
Push changes to your forked GitHub repository
$ git push -f origin master