https://github.com/soumyapro/jokes-generator
This website fetches data (joke) from an external API and displays it on the screen. I have used React completely to base this website. Each time we reload the page and click the button, a new joke fetched and rendered on the screen by React.
https://github.com/soumyapro/jokes-generator
api react tailwind-css
Last synced: 7 months ago
JSON representation
This website fetches data (joke) from an external API and displays it on the screen. I have used React completely to base this website. Each time we reload the page and click the button, a new joke fetched and rendered on the screen by React.
- Host: GitHub
- URL: https://github.com/soumyapro/jokes-generator
- Owner: Soumyapro
- Created: 2024-04-18T06:41:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T06:51:49.000Z (over 1 year ago)
- Last Synced: 2025-01-11T23:14:00.005Z (9 months ago)
- Topics: api, react, tailwind-css
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This website fetches data (joke) from an external API and displays it on the screen. I have used React completely to base this website. Each time we reload the page and click the button, a new joke fetched and rendered on the screen by React.