Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/energywraith/parallaxhero
Hero with parallax, hover effects
https://github.com/energywraith/parallaxhero
Last synced: about 5 hours ago
JSON representation
Hero with parallax, hover effects
- Host: GitHub
- URL: https://github.com/energywraith/parallaxhero
- Owner: energywraith
- License: mit
- Created: 2024-04-03T15:41:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:23:43.000Z (8 months ago)
- Last Synced: 2024-04-04T16:59:30.562Z (8 months ago)
- Language: CSS
- Homepage: https://parallax-hero.vercel.app
- Size: 590 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parallax Hero
This repository contains a landing page with a simple Hero.
## Deployment
This application is deployed on Vercel. You can access the live deployment [here](https://parallax-hero.vercel.app).
## Getting Started
To run this application locally, follow these steps:
1. Clone this repository to your local machine:
```bash
git clone https://github.com/energywraith/ParallaxHero.git
```2. Navigate to the project directory.
3. Install dependencies using yarn:
```bash
yarn
```4. Start the application:
```bash
yarn serve
```Open [http://localhost:8000](http://localhost:8000) with your browser to see the result.
## Technologies Used
- HTML
- TypeScript
- CSS
- Eslint
- Prettier## Preview
![Preview](public/assets/preview.jpg)