Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luizfranzon/react-joke-generator
- Owner: luizfranzon
- Created: 2022-07-03T02:59:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T04:23:29.000Z (over 2 years ago)
- Last Synced: 2024-11-06T19:49:45.142Z (about 2 months ago)
- Topics: fetch-api, generator, icanhazdadjoke, jokes, react
- Language: JavaScript
- Homepage: https://react-joke-generator.vercel.app/
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```