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.
- Host: GitHub
- URL: https://github.com/hollyabrams/react-jokes-classes
- Owner: hollyabrams
- Created: 2023-04-13T21:13:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T21:14:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T12:25:29.928Z (about 1 year ago)
- Topics: react, react-class-components
- Language: JavaScript
- Homepage:
- Size: 486 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.