A retro Y2K-themed meme viewer that fetches fresh, random memes from Reddit using the Meme API. Built with Node.js, Express, and a nostalgic Windows 98-style UI powered by 98.css.
Demo-Vid.mp4
Enjoy the nostalgia of Windows 98 while browsing random memes from Reddit.
- 🎲 Random Meme Fetching – Displays memes from popular Reddit subreddits
- 🖼️ Retro Y2K UI – Windows 98-style interface with pixel fonts and classic styling
- 🔒 Secure – Basic security best practices (Helmet, CORS handling)
- 🌈 Extensible – Add more subreddits or features with ease
-
Install dependencies:
npm install
-
Start the local server:
node server.js
Open http://localhost:3000 in your browser.
-
View a Meme:
- Click the "Show New Meme" button
- A new meme will load from a random subreddit
-
What You Get:
- Memes pulled from real Reddit communities
- Styled in a nostalgic Windows 98 look
The app randomly selects from popular meme subreddits
meme/
├── api/
│ └── gimme.js # Vercel serverless function for memes
│
├── favicon
│
├── public/
│ ├── index.html
│ ├── code.js
│ └── fry.png # Fallback image
│
├── server.js # Local Express server (for dev only)
├── vercel.json # Vercel config (rewrites, headers)
├── package.json # Project dependencies & scripts
└── README.md
- Frontend: HTML5, CSS3, Vanilla JavaScript
- Backend: Node.js, Express (for local development)
- API: Serverless functions (Vercel)
- Styling: 98.css
- Fonts: VT323 (Google Fonts)
- Routing (Vercel config):
/gimmeand/gimme/:subredditare routed to the serverless function in(api/gimme.js). Handles meme fetching and CORS headers in Vercel.
npm start– Prints a message to usevercel devfor local development.npm run build– No build step required.
We welcome contributions! Here's how to get involved:
-
Fork the repository
-
Create a feature branch:
git checkout -b feature/amazing-feature
-
Make your changes
-
Commit:
git commit -m "Add amazing feature" -
Push to your fork:
git push origin feature/amazing-feature
-
Open a Pull Request
- Add dark/light theme toggle
- Add share-to-social feature
- Add subreddit search or filter
This project is licensed under the MIT License – see the LICENSE
MIT License
Copyright (c) 2025 Sanjay Potdar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
In the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
MemeBox 3000 was inspired by the charm of early 2000s desktop interfaces. It's a love letter to nostalgia and internet culture with a modern twist.