brendalong / tell-me-a-joke

ReactJS with random joke API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tell Me A Joke

Get a Joke: https://brendalong.github.io/tell-me-a-joke/

Version 1

  • Call random joke api.
  • Display setup with button to show punchline
  • Show punchline with capability to show another

This project uses:

To get your own version of the Tell-Me-A-Joke:

  • Clone this repo
  • Root directory: run nmp install
  • Root directory: npm start

Push to Github Pages

  • npm run deploy

See other branches for more experiments

  1. Branch: keep-joke
    • Tell a joke, see the puchline, request another joke, and keep all viewed jokes.
  2. Branch: crud-joke
    • Use ReBase with Firebase
    • Load joke, save joke to personal collection, add joke to personal collection.
  3. Branch: route-joke (requires react-router-dom)

About

ReactJS with random joke API


Languages

Language:JavaScript 81.3%Language:HTML 13.3%Language:CSS 5.3%