Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aarush-narang/rivian-summer-project

parallax animation with rivian truck
https://github.com/aarush-narang/rivian-summer-project

eslint javascript nextjs vercel

Last synced: 2 days ago
JSON representation

parallax animation with rivian truck

Awesome Lists containing this project

README

        

# Parallax Animation For Rivian

Created using [NextJS](https://nextjs.org/), this is an animation with the rivian truck moving across the screen using parallax.

## Installation

Node Version: 16.13.2

Packages:

- [react-scroll-parallax](https://www.npmjs.com/package/react-scroll-parallax) ([docs](https://react-scroll-parallax.damnthat.tv/docs/intro))
- [styled-components](https://www.npmjs.com/package/react-scroll-parallax) ([docs](https://styled-components.com/docs))
- [NextJS](https://nextjs.org/) ([docs](https://nextjs.org/docs))

Install Dependencies:

```sh
npm install
```

Run the local server:

```sh
npm run dev
```

Run linting:

```sh
npm run lint
```

Run Tests:

```sh
npm run test
```

## How to Use

Scroll down the page to see the truck move!