Focus Orbit is my original space-inspired student new-tab dashboard, built with HTML, CSS, and JavaScript. It includes a live clock and date, a saved daily focus task, persistent local to-dos, motivational quotes, theme switching, and editable quick links.I also added a NASA Astronomy Picture of the Day panel with loading feedback, timeout/error handling, a fallback state, and a retry button. I deployed it through GitHub Pages and tested the public app in a fresh browser: the clock/date rendered, APOD loaded successfully, and loading plus retry behavior worked.GitHub: https://github.com/aaravkatiyar55-gif/focus-orbit-new-tabLive demo: https://aaravkatiyar55-gif.github.io/focus-orbit-new-tab/
Today I got my Slack bot’s basic features working. /aarav-ping replies with “Pong”, and I also added a reply when the bot is mentioned. I set up the Slack app, added the required permissions, and pushed the code to GitHub.
I tested the code locally and fixed a few setup issues along the way. The bot is not live yet — my next step is to deploy it on Nest, then test the command and mentions in Slack for real.