Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 992 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 992 Bytes

Things To Do React App

cover

View Demo Things To Do React App

🦉 Main information

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!

⏲️ Run project

In the project directory, you can run:

npm start

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.

⚡ Setup

This project was bootstrapped with Create React App.

Create React app

npx create-react-app my-app
cd my-app
npm start