This is a simple React application built with Vite that generates random Chuck Norris jokes. The jokes are fetched from the Chuck Norris API.
Check out the live demo here.
- Fetches a random Chuck Norris joke from the Chuck Norris API.
- Displays the joke in a styled component.
- Includes a button to fetch a new joke.
-
Clone the repository:
git clone https://github.com/ShashikantBharti/chuck-norris-jokes.git cd chuck-norris-jokes
-
Install dependencies:
npm install
- Start the development server:
npm run dev