Chuck Norris Joke Generator

Chuck Norris Joke Generator Screenshot

Introduction

This is a simple React application built with Vite that generates random Chuck Norris jokes. The jokes are fetched from the Chuck Norris API.

Live Demo

Check out the live demo here.

Features

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

Installation

  1. Clone the repository:

    git clone https://github.com/ShashikantBharti/chuck-norris-jokes.git
    cd chuck-norris-jokes
  2. Install dependencies:

 npm install
  1. Start the development server:
npm run dev