Simple Joke Generator to put in practice some initials studies in React.
Jokes from icanhazdadjoke API
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