Harry is a small Slack bot I built with Node.js and Slack Bolt. It has a few commands for checking ping latency, getting random jokes, and finding random cat facts. I also deployed it on Hack Club Nest so it can stay online without my computer running.
🔗 Live site:[add your deployed link here once you set up GitHub Pages]
🌸 About
This is my little corner of the internet — a place to share who I am, what I’m exploring, and the projects I’m working on. I’m an 11th grade science student with a curiosity for how things work, from the logic behind code to the concepts behind chemistry and physics.
Built this for the Stardance “Make a WarioWare Game” mission in Godot 4. It’s a collection of quick timed minigames — you’ve got 5 garlic (lives), and you lose one every time you don’t beat a minigame’s timer.
Right now it’s got 4 minigames:
A platformer where you collect garlic before time runs out
A clicker where you tap all the targets fast
A little Space Invaders-style shooter
A Flappy Bird-style obstacle dodge
Biggest challenges were wiring up the scene transitions between minigames without breaking the timer/lives tracking, and getting the export to actually run right in the browser. Learned a ton about Godot’s autoload system and signals along the way.
Would love feedback — especially on difficulty, since I haven’t fully balanced the timers yet!
I built a custom browser start page called Pulse New Tab. Instead of a blank new tab, it shows a clean dashboard with useful information like the current time, weather, motivational quotes, and quick access links. I focused on creating a simple, responsive UI with custom HTML, CSS, and JavaScript rather than relying on templates or website builders.
The project is fully deployed on GitHub Pages and has a public GitHub repository with regular commits documenting my progress. I also wrote two devlogs describing the development process, challenges I faced, and improvements I made along the way.
One of the main features of the project is fetching live data through APIs, making the page useful beyond being just a static website. I also added smooth animations and designed the interface from scratch to make it feel polished and enjoyable to use.