https://github.com/anuja-rahul/helios-showcase
Just screwing around with some scroll animations. mostly breaking stuff
https://github.com/anuja-rahul/helios-showcase
gsa leni next15 tailwindcss-v4 view-transitions-api
Last synced: 3 months ago
JSON representation
Just screwing around with some scroll animations. mostly breaking stuff
- Host: GitHub
- URL: https://github.com/anuja-rahul/helios-showcase
- Owner: anuja-rahul
- Created: 2025-04-03T19:38:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-11T18:57:49.000Z (6 months ago)
- Last Synced: 2025-04-11T19:52:22.908Z (6 months ago)
- Topics: gsa, leni, next15, tailwindcss-v4, view-transitions-api
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helios Showcase
This project is a demo landing page for a startup, experimenting with scroll animations and interactive UI elements. The goal is to explore creative ways to present content while testing the limits of modern web technologies.
## Features
- **Scroll Animations (hopefully)**: Smooth and dynamic animations triggered by scrolling.
- **Interactive Elements (no promises)**: Engaging UI components to enhance user experience.
- **Responsive Design (just stick to your laptops)**: Optimized for various screen sizes and devices.
- **Modern Tech Stack (even some experimental stuff)**: Built with React and Next.js for fast and efficient development.## Getting Started
### Prerequisites
- Node.js (v16 or later)
- npm### Installation
1. Clone the repository:
```bash
git clone https://github.com/anuja-rahul/helios-showcase.git
```2. Navigate to the project directory:
```bash
cd helios-showcase
```3. Install dependencies:
```bash
npm install --legacy-peer-deps
```### Running the Development Server
Start the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) in your browser to view the app.
## Contributing
Feel free to fork the repository and submit pull requests. Contributions are welcome!
## License
This project is licensed under the MIT License.