A responsive and visually rich fan-made website inspired by the Netflix series Stranger Things. This project is built using HTML, CSS, and JavaScript and focuses on clean UI, responsiveness, and smooth user experience.
- Dark cinematic theme inspired by the show
- Responsive design (desktop & mobile)
- Character showcase section
- Image gallery
- Smooth scrolling navigation
- Clean and beginner-friendly code
- HTML5 – Structure
- CSS3 – Styling & layout
- JavaScript – Interactivity
strangerthings/
│
├── index.html
├── style.css
├── script.js
│
├── assets/
│ └── images/
│ ├── logo.png
│ ├── bg.jpg
│ ├── eleven.jpg
│ ├── mike.jpg
│ ├── dustin.jpg
│ └── lucas.jpg
│
├── README.md
└── .gitignore
- Clone the repository:
git clone https://github.com/your-username/strangerthings.git- Open the project folder:
cd strangerthings- Open
index.htmlin any modern web browser.
After enabling GitHub Pages, the website will be available at:
https://your-username.github.io/strangerthings/
Add screenshots of the homepage, characters section, and gallery here.
This is a fan-made, non-commercial project created strictly for educational purposes. All characters, names, and images belong to their respective owners.
Amit Kumar Mehta B.Tech CSE Student Web Development Enthusiast
- Season & episode timeline
- Character detail pages
- Background music toggle
- Animations & transitions
- React-based version
⭐ If you like this project, don’t forget to star the repository!