Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.