Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashutosh1919/react-parallax-demo
Demonstration of Parallax animation in React using react-spring
https://github.com/ashutosh1919/react-parallax-demo
parallax parallax-effect parallax-scrolling parallax-web react react-spring reactjs
Last synced: 17 days ago
JSON representation
Demonstration of Parallax animation in React using react-spring
- Host: GitHub
- URL: https://github.com/ashutosh1919/react-parallax-demo
- Owner: ashutosh1919
- License: mit
- Created: 2022-12-22T21:07:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T03:39:56.000Z (9 months ago)
- Last Synced: 2024-04-14T04:05:02.444Z (7 months ago)
- Topics: parallax, parallax-effect, parallax-scrolling, parallax-web, react, react-spring, reactjs
- Language: JavaScript
- Homepage: https://react-spring-parallax.netlify.app/
- Size: 2.54 MB
- Stars: 21
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parallax Animation in React
This project is created as part of below YouTube video.
#### Installation
Follow these steps to set up the PDF Merger Web App on your local machine:#### Clone the Repository:
```bash
git clone https://github.com/ashutosh1919/react-parallax-demo.git
cd react-parallax-demo
```Install Dependencies:
```bash
npm install
```Start the Application:
```bash
npm start
```The app will be accessible at http://localhost:3000.