Skip to content

DmytroDidukh/Joker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joker 🤡

Joker is a simple application for the ability to read funny jokes and facts about Chuck Norris. Have fun.

Installation

You can try it by using git clone or run by following the link below.

Local installation

Joker requires Node.js to run. Install the dependencies and devDependencies and start the server.

npm:

$ npm install
$ npm start

yarn:

$ yarn install
$ yarn start

Deployment

Joker