Use this simple React app if you don't know what to do and to don't get bored.
Data is fetching from http://www.boredapi.com/api/activity/
This app is built using React useState and useEffect Hooks.
Refresh page to see a new background photo from random Unsplash images.
Have fun!
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
This project was bootstrapped with Create React App.
npx create-react-app my-app
cd my-app
npm start