Skip to content

kateFrontend/react-counter-up-on-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter Up On Scrolling

cover

🦉 Main information

Scroll down to animate counter numbers in React.

⏲️ 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.

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

Install React CountUp

npm i react-countup

Install React visibility-sensor

npm i react-visibility-sensor