A nostalgic web recreation of the iconic hacking sequences from the 1995 movie "The Net" starring Sandra Bullock. This interactive tribute recreates the famous "π" (pi) symbol hack scene where the character Angela Bennett discovers a backdoor into a system.
https://www.imdb.com/title/tt0113957/
This project is a creative homage to one of the most memorable "hacking" scenes in 90s cinema. In "The Net," Sandra Bullock's character discovers that clicking on a π symbol grants access to a hidden system, leading to a series of dramatic events.
The web recreation features:
- Authentic 90s computer interface aesthetics
- Multiple hacking sequence animations
- A login prompt that always denies access (just like in the movie!)
- Easter eggs for fans of the film
- Sound effects that enhance the experience
Watch the original scene from The Net
Check out the live demo: The Internet 1995
- When you first visit the site, you'll see "The Internet in 1995" with a blinking cursor
- Look for the π symbol in the bottom right corner
- Click the symbol to trigger the "hacking" sequence
- After the hacking sequence completes, you'll see a login prompt
- Try to log in (you'll always be denied, just like in the movie!)
- Watch for another π symbol to appear for even more hacking fun
- React with TypeScript
- Tailwind CSS for styling
- Vite for building and bundling
- Node.js (v14 or higher)
- npm or yarn
# Clone the repository
git clone https://github.com/yourusername/the-internet-1995.git
cd the-internet-1995
# Install dependencies
npm install
# Start the development server
npm run dev
npm run build
npm run preview
This project is licensed under the MIT License - see the LICENSE file for details.