Project
The React app that fetches jokes from https://api.chucknorris.io/ is a web application built using the React JavaScript library. This app is designed to retrieve and display Chuck Norris jokes from the specified API.
When a user loads the app, it sends a request to the API to retrieve a list of joke categories. The user can select a category to retrieve a random joke from that category . Alternatively, the user can click a button to retrieve a random joke from any category or searching by queries
Once the app retrieves a joke from the API, it displays it on the screen using React components.Along with the joke, there are options for liking or disliking it. The user can interact with these buttons to express their preference for the joke.
Overall, the app is a fun and entertaining way to enjoy Chuck Norris jokes using the power of React and the https://api.chucknorris.io/ API.
Technologies
React
React-Icons
Axios
SCSS
Back To Projects