Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 516 Bytes

The-Chuck-Norris-generator

A react application for generating Chuck Norris jokes.

We use the API to fetch jokes with Chuck Norris theme.

#Installation

Requirements:

  • Node 21.6.2 or compatible.
  1. Clone or fork the repository from github.
  2. Run: "npm install" in your terminal.
  3. Start the client with the command: "npm run dev".

Usage

The application contains basic fetch calls to the Chuck Norris api : https://api.chucknorris.io/ All cred to the original creators of the API.

Have fun and be safe!