josh-mchugh / reactjs-dad-joke-app

Small ReactJS application to fetch some classic dad jokez

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Badge code coverage badge

ReactJS Dad Joke App

This is a small and simple ReactJS project to incorporate the material which I have read from Fullstack React. It's focus was to create an application that uses components and have props be passed down to the components while having the top component maintain the application state.

This application uses the dad joke API from https://icanhazdadjoke.com/. The app has a simple interface with one button which the user can click to retrieve one or many dad jokes.

Example GIF: Example of ReactJS Dad Jokes

Running the appplication

Run app locally

npm run dev

Run tests

npm run test

Create a build

npm run build

About

Small ReactJS application to fetch some classic dad jokez


Languages

Language:JavaScript 93.3%Language:HTML 5.7%Language:CSS 0.9%