Skip to content

crafter-station/website

Repository files navigation

Crafter Station Website

Overview

Crafter Station is an interactive landing page developed using Astro, Three.js, GSAP, and Tailwind CSS. It features 3D animations, responsive design, and smooth user interactions.

Features

  • Interactive 3D scene with floating planets, a spiraling comet, and twinkling stars.
  • Responsive design.
  • Animated user interactions.

Stack

Project Structure

├── src
│   ├── components
│   │   ├── Header.astro
│   │   ├── Layout.astro
│   │   └── ThreeScene.astro
│   └── pages
│       └── index.astro
├── scripts
│   └── samples
│   │   └── [any-sample].ts
│   ├── utils.ts
│   └── entry.ts
├── tailwind.config.cjs
├── postcss.config.cjs
├── astro.config.mjs
└── package.json

License

This project is licensed under the MIT License.

Feel free to adapt this README.md structure with any additional details specific to your project.