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

https://github.com/lytexdev/scrollfolio

🌀 scrollfolio: A scroll-animated, modern dev portfolio 🌀
https://github.com/lytexdev/scrollfolio

animations application bewerbung portfolio scrollfolio vanilla

Last synced: about 1 year ago
JSON representation

🌀 scrollfolio: A scroll-animated, modern dev portfolio 🌀

Awesome Lists containing this project

README

          

# Scrollfolio

## Overview
A modern, interactive portfolio website with smooth scroll animations, responsive design, and a clean layout to showcase your story and projects.

**Live Demo:** [bewerbung.lytex.dev](https://bewerbung.lytex.dev)

## Features

- Fully responsive layout (desktop, tablet, mobile)
- Vanilla JS scroll-based animations
- Dark mode toggle
- Scraper protection for contact info (JS obfuscation)
- SEO-ready: meta tags, Open Graph, accessible structure
- No external dependencies – all self-contained

## Installation

**Clone the repository**
```bash
git clone https://github.com/lytexdev/scrollfolio.git
cd scrollfolio
````

**Open `index.html` directly in your browser**, or:

**Serve locally with Docker**

```bash
docker-compose up -d
```
Then visit `http://localhost:80`.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.