This project is a React-based clone of the landing page from Thirty Six Studios' "Awaards Winning Website". It replicates the visual experience and interactivity using modern web technologies and animations.
- ⚛️ Built with React (Vite/CRA)
- 🎞️ Smooth and subtle animations
- 💡 Modern design and clean layout
- 📱 Fully responsive for mobile and desktop
📁 public
│ ├── Screenshot1.jpg
│ ├── Screenshot2.jpg
│ └── Screencast1.webm
📁 src
│ ├── assets/
│ ├── components/
│ ├── App.jsx
│ ├── main.jsx
│ └── canvas.jsx
|
├── package.json
├── README.md
- React – JavaScript UI library
- HTML5/CSS3 – Markup and styling
- GSAP – for animations
- CANVAS - for parsing images into smooth effects
Clone the repository and run it locally:
git clone https://github.com/yourusername/ThirtySixStudios.git
cd ThirtySixStudios
npm install
npm run dev # or npm start if using CRAThis project is for educational and demonstrative purposes only and is not affiliated with Thirty Six Studios.
Created by Siddharth – feel free to fork and check out!

