A portfolio website showcasing projects and certifications, including the Tamagotchi virtual pet game.
- Portfolio: robinslevel.github.io/Tamagotchi/portfolio
- Tamagotchi Game: robinslevel.github.io/Tamagotchi
A modern, responsive website for a taxi company operating across the Benelux. Features multi-language support, dark/light mode, and mobile-first design.
- Tech: HTML, CSS, JavaScript, i18n
An experimental MVP where users rate profiles 1–10 with a Tinder-style interface and live leaderboard.
- Tech: Next.js, TypeScript, Prisma, Tailwind CSS
- View on GitHub
A browser-based virtual pet game where players manage hunger, happiness, and energy. Features pet evolution and random events.
- Tech: JavaScript, HTML, CSS
- Google Analytics Certification
- Grow Offline Sales Certification
- GA4 Data & Reports Training
- View all credentials on Skillshop
- Feed your pet to keep hunger levels up 🍕
- Play with your pet to increase happiness 🎮
- Sleep to restore energy 😴
- Watch your pet evolve through 5 stages: Egg → Baby → Child → Teen → Adult
- Random events that affect your pet's stats
- Game over if any stat reaches zero
- Keep all three stats (Hunger, Happiness, Energy) above zero
- Feed: Increases hunger, decreases energy slightly
- Play: Increases happiness, decreases energy and hunger
- Sleep: Toggle sleep mode to restore energy
Tamagotchi/
├── index.html # Tamagotchi game
├── style.css # Game styles
├── game.js # Game logic
├── portfolio/
│ ├── index.html # Portfolio home
│ ├── css/
│ │ └── portfolio.css # Portfolio styles
│ ├── projects/
│ │ ├── taxipoint.html
│ │ ├── heartrank.html
│ │ └── tamagotchi.html
│ └── certifications/
│ └── google-analytics.html
├── README.md
└── LICENSE
- Push this repository to GitHub
- Go to Settings → Pages
- Under "Source", select Deploy from a branch
- Select
mainbranch and/ (root)folder - Click Save
- HTML5
- CSS3 (with animations)
- Vanilla JavaScript (no frameworks)
MIT License - see LICENSE file for details.