This is a collection of dad jokes.
- 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.
- fetch new jokes;
- rate jokes;
- fetch data from the API using axios get method;
- manipulate state in React class-based components;
- store data locally in the browser using localStorage;
- react 18.2.0
- axios