Chuck Norris Jokes App

A React Native app that uses the Chuck Norris Jokes API to display jokes from different categories and allows users to search for jokes.

Features

  • Display a list of categories from which to choose jokes
  • Retrieve a random joke from a selected category
  • Search and retrieve jokes based on keywords

Installation

  1. Clone the repository
  2. Navigate to the project directory
  3. Run npm install or yarn to install dependencies
  4. Run npm start or yarn start to start the Metro bundler
  5. Run npx react-native run-android to start the app on an Android device or emulator

Usage

  • Select a category to see a random joke from that category
  • Use the search bar to search for jokes containing specific keywords

Credits

Chuck Norris Jokes API