https://github.com/reliek21/chuck-jokes
Chuck Jokes, is a small project that uses the api from https://api.chucknorris.io/
https://github.com/reliek21/chuck-jokes
chuck-norris chuck-norris-jokes jokes-api
Last synced: about 1 year ago
JSON representation
Chuck Jokes, is a small project that uses the api from https://api.chucknorris.io/
- Host: GitHub
- URL: https://github.com/reliek21/chuck-jokes
- Owner: reliek21
- License: mit
- Created: 2022-01-22T18:53:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T18:01:53.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T00:37:51.982Z (over 1 year ago)
- Topics: chuck-norris, chuck-norris-jokes, jokes-api
- Language: JavaScript
- Homepage: https://chuck-jokes-omega.vercel.app/
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chuck Jokes
Chuck Jokes, is a small project that uses the api from [chucknorris.io](https://api.chucknorris.io/)
## Run Locally
Clone the project
```bash
git clone https://github.com/reliek21/chuck-jokes.git
```
Go to the project directory
```bash
cd chuck-jokes
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
## License
[MIT](https://github.com/reliek21/chuck-jokes/blob/main/LICENSE)