Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luizfranzon/react-joke-generator

Simple Joke Generator in ReactJS
https://github.com/luizfranzon/react-joke-generator

fetch-api generator icanhazdadjoke jokes react

Last synced: 9 days ago
JSON representation

Simple Joke Generator in ReactJS

Awesome Lists containing this project

README

        

# React - Joke Generator

Simple **Joke Generator** to put in practice some initials studies in React.

*Jokes from icanhazdadjoke API*

## Getting Started

**1- Clone this repository:**
```bash
git clone https://github.com/luizfranzon/React-JokeGenerator.git
```
**2- Install dependencies:**
```bash
npm install
```
**3- Run the project:**
```bash
npm run dev
```