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.
- Interactive 3D scene with floating planets, a spiraling comet, and twinkling stars.
- Responsive design.
- Animated user interactions.
- Astro: Utilized for building fast and modern web applications.
- Three.js: Used for creating 3D animations and graphics.
- GSAP (GreenSock Animation Platform): Handles smooth animations and transitions.
- Tailwind CSS: Provides utility-first CSS for styling.
├── 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
This project is licensed under the MIT License.
Feel free to adapt this README.md structure with any additional details specific to your project.