Hey! Welcome to my personal portfolio. I'm Seyric, and I wanted to build a site with a spooky, cinematic vibe inspired by Stranger Things.
Instead of going fully 3D, I built this using a 2.5D approach. It gives it that awesome layered depth and pairs really well with the glassy effects and horror aesthetics I was going for, plus it's way easier to manage and runs super smooth.
- React to hold it all together
- Anime.js for the slick animations
- A database on the backend to handle the data
- A CDN to serve up the heavy assets fast
Just the usual setup:
- Clone it down:
git clone https://github.com/seyric/Stranger-Things-Portfolio.git - Jump in:
cd Stranger-Things-Portfolio - Install the stuff:
npm install - Spin it up:
npm start
Have fun exploring it!