An open API service indexing awesome lists of open source software.

https://github.com/hollyabrams/react-jokes-classes

An app that lets people view and vote on cheesy jokes.
https://github.com/hollyabrams/react-jokes-classes

react react-class-components

Last synced: about 1 year ago
JSON representation

An app that lets people view and vote on cheesy jokes.

Awesome Lists containing this project

README

          

![Jokes](react-jokes-classes.png)

# CheeZJokes App
An app that lets people view and vote on cheesy jokes. To generate jokes, it uses the ICanHazDadJoke API.

When the page loads, the application fetches 10 jokes, making sure that no joke appears more than once on the page.

The application lists the jokes, along with a “vote-up” button, a “vote-down” button, and the net score (up - down) for each joke. Users can vote, and the net score updates.

The application is written using class components.