Built With | About | How to Use | Functionalities | How to Contribute | Author
This is a great App to get the best (or worst) Dad Jokes. If you're a dad, you'll want this app to torture your children. If you have a dad who tells bad jokes, this is your chance to learn the punchlines so you're prepared.
Dad jokes are the best and heres why: why.
Have fun !
You can the App in this site: https://dad-jokes-react-app.now.sh/ or you can follow the instructions bellow:
- Clone the project:
git clone https://github.com/Lukazovic/dad-jokes-react-app.git
; - Go to the project folder:
cd dad-jokes-react-app
; - Download the dependencies:
npm install
; - Start the application:
npm start
.
It will open a browser page (if it doesn't, go to http://localhost:3000).
- At the start you will get 10 Jokes. Each time you click the button to fetch new jokes you will receive 10 more jokes;
- An easy way to copy the jokes is by clicking at the emoji then it will be copied to your clipboard;
- The list of jokes will be sorted as you upvote/downvote.
- Fork this repository;
- Create your branch with your feature:
git checkout -b my-feature
; - Commit your feature:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
Then merge your pull request, you can now delete your branch
Lucas Vieira |