Skip to content

the Hollow Knight Grub Checklist Tracker, is a specialized application designed to help players track the 46 Grubs rescued in the game Hollow Knight.

Notifications You must be signed in to change notification settings

HeckinTeagan/hollowknight-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐛 Hollow Knight Grub Checklist Tracker 🦋

This application serves as a dedicated, cloud-synced checklist for tracking the 46 Grubs rescued throughout the world of Hallownest from the game Hollow Knight.

Users can sign up for an account to save their progress persistently across devices using a MongoDB database, or proceed as a Guest to save progress locally in their browser.

🚀 Key Features

  • Persistent Tracking: User accounts save grub status to a secure MongoDB backend.
  • Guest Mode: Allows immediate tracking using local browser storage with the option to convert this progress later.
  • Grub Lists by Area: The checklist is broken down by the major areas of the game for easy reference.
  • Responsive Design: Works well on both desktop and mobile devices.

🛠️ Technology Stack

This project is deployed using a standard Jamstack architecture, ideal for a lightweight tracker:

Component Technology Description
Frontend HTML, CSS, Vanilla JavaScript Hosted completely on GitHub Pages.
Backend API Node.js (Express) Deployed on Render to handle user authentication and data persistence.
Database MongoDB Cloud database service for secure storage of user data and checklist status.

🔗 Live Application & API


📖 How to Use

  1. Access: Navigate to the Frontend URL.
  2. Authentication:
    • Signed-Up User: Log in with your credentials to sync your progress with the cloud.
    • Guest User: Click "Continue as Guest" to save your progress locally in your browser.
  3. Tracking: Simply check the box next to any grub you have rescued. The counter at the top will update, and your progress will be saved automatically (to the cloud or local storage, depending on your mode).
  4. Rewards: The list at the bottom tracks the rewards you receive from the Grubfather based on the total number of grubs rescued.

💡 Future Improvements and Roadmap

The following enhancements are planned to improve the application's usability, security, and features:

Usability & Features

  • Guest-to-Signed-Up Conversion: Implement a seamless way to transfer a Guest's local progress to the cloud (MongoDB) when they choose to sign up.
  • Personalized Welcome Message: Display "Welcome back, $USERNAME" in the top controls division after a successful login.
  • Improved Login Error Feedback: Provide clear, generic feedback (e.g., "Invalid credentials") to the user if the login attempt fails.
  • Image Preview: Generate a high-quality preview image for social media sharing cards.

Security & Maintenance

  • CAPTCHA Implementation: Integrate CAPTCHA into the login and sign-up forms to defend against bot and brute-force attacks.
  • Rate Limiting Review: Implement rate limiting on the authentication API routes (/auth/login, /auth/signup).
  • Access Control Review: Verify the backend logic to strictly ensure a user can only query or modify their own data.
  • Secrets Check: Confirm that all sensitive credentials (like the MongoDB URI and JWT Secret) are stored only as environment variables on Render.
  • Admin Data Management Endpoint: Create a secure, admin-protected API route on the backend to perform a cascading delete of a user and all their associated grub data.

About

the Hollow Knight Grub Checklist Tracker, is a specialized application designed to help players track the 46 Grubs rescued in the game Hollow Knight.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published