ReemanS / heartstopper

A simple jumpscare webpage made using React 😈

Home Page:https://reemans.github.io/heartstopper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heartstopper

This is a gimmick webpage that features a jumpscare effect triggered by a button click. The project is a refactored version of an earlier project I made when I didn't have much experience in writing code, now implemented using React.

You can take a look and share the webpage with your friends through this link:

https://reemans.github.io/heartstopper/

Deploy locally

To get a local copy of this project up and running, follow these steps:

  1. Clone the repository: git clone https://github.com/ReemanS/heartstopper.git
  2. Navigate to the project directory: cd heartstopper
  3. Install the dependencies: npm install
  4. Start the development server: npm run dev and navigate to your localhost server

Note: This project uses Vite as the development environment, which provides fast development server and build setup. Make sure you have Node.js and npm installed on your machine.

Usage

The jumpscare effect is triggered by clicking the "Start the Experience" button. When clicked, a sound will play, and an image will appear instantly. The image and sound assets can be customized by replacing the respective files in the assets folder.

Feel free to modify and customize the code to suit your requirements 😈

About

A simple jumpscare webpage made using React 😈

https://reemans.github.io/heartstopper/


Languages

Language:JavaScript 92.2%Language:HTML 5.2%Language:CSS 2.6%