Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

react-jokes-classes

This is a simple React application that lets users view and vote on cheesy jokes. It fetches jokes from the ICanHazDadJoke API.

Features

  • Fetches and displays 5 random jokes from the ICanHazDadJoke API.
  • Ensures no duplicate jokes are displayed.
  • Displays a loading spinner while jokes are being fetched.
  • Allows users to vote up or down on each joke.
  • Displays the net score (upvotes minus downvotes) for each joke.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Axios: A promise-based HTTP client for the browser and Node.js, used to make API requests.
  • ICanHazDadJoke API: A free API for getting random dad jokes in JSON format.

Initialization

npm install && npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages