Chuck Norris Joke Generator
For this exercise you will make a simple React app which will display a Chuck Norris joke when the user clicks a button.
Requirements
- Jokes will be generated by making HTTP GET requests to the Chuck Norris API.
- You must use
axios
or nodes nativefetch
. - Your app must be responsive and styled creatively.