https://github.com/whis99/giggle-js
Joke telling web app with React and Joke API
https://github.com/whis99/giggle-js
api api-ninja joke jokes-api node-js npm npx react reactjs web webapp
Last synced: 2 months ago
JSON representation
Joke telling web app with React and Joke API
- Host: GitHub
- URL: https://github.com/whis99/giggle-js
- Owner: Whis99
- Created: 2023-07-18T01:55:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T02:19:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T04:42:47.112Z (over 1 year ago)
- Topics: api, api-ninja, joke, jokes-api, node-js, npm, npx, react, reactjs, web, webapp
- Language: JavaScript
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Giggle-Js
**Giggle-Js** is a web application created with ReactJs and Joke APIs that allow you to generate a random joke ater pressing the button of your choice.
## User Stories
The following functionalities are completed:
- [x] User can click a button to generate a joke.
- [x] When button is clicked, the joke is displayed.
## Demo
Here's a demo of implemented user stories:

## Open-source libraries used
- [React](https://react.dev/)
- [Npm](https://www.npmjs.com/)
- [JokeAPI](https://jokeapi.dev/)
- [API Ninjas](https://api-ninjas.com/)
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.