Skip to content

Your daily dose of hilarity to brighten your entire family's day.

Notifications You must be signed in to change notification settings

ElenaCherpakova/DadJokes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dad Jokes

This is a collection of dad jokes.

Running the project

  • Clone the repository onto your local device.
  • Install dependencies using the npm install command in the client folder.
  • Start the web server using the npm start command. The app will be served at http://localhost:3000/
  • Go to http://localhost:3000/ in your browser.

User can:

  • fetch new jokes;
  • rate jokes;

What I've learned and have been refreshed on:

  • fetch data from the API using axios get method;
  • manipulate state in React class-based components;
  • store data locally in the browser using localStorage;

Dependencies

  • react 18.2.0
  • axios

Screenshot

ss