This is a simple JavaScript app that uses the chucknorris.io API to fetch a random Chuck Norris joke.
It is possible to search for a joke that contains a specific term.
You can tweet your favourite jokes too.
There are no prerequisites. Just browse the URL and have some fun!
Just browse to: https://chucksjokes.guinuxbr.com
To contribute to chucks-jokes, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin chucks-jokes/<location>
- Create the pull request.
Alternatively, see the GitHub documentation on creating a pull request.
If you want to contact me you can email guinuxbr@gmail.com.
This project uses the following licence: GNU GPLv3.