A react application for generating Chuck Norris jokes.
We use the API to fetch jokes with Chuck Norris theme.
#Installation
Requirements:
- Node 21.6.2 or compatible.
- Clone or fork the repository from github.
- Run: "npm install" in your terminal.
- Start the client with the command: "npm run dev".
The application contains basic fetch calls to the Chuck Norris api : https://api.chucknorris.io/ All cred to the original creators of the API.
Have fun and be safe!