Skip to content

luizfranzon/React-JokeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

git clone https://github.com/luizfranzon/React-JokeGenerator.git

2- Install dependencies:

npm install

3- Run the project:

npm run dev