Skip to content

Runanka/silksong-checklist

Repository files navigation

🧵 Silksong Checklist

A clean, minimalist completion checklist for Hollow Knight: Silksong.

Even though there are several checklists out there, many are cluttered, behind paywalls, or require logins.
This one is simple, open, and beautifully minimal — designed to focus purely on tracking your progress without distractions.

preview


🌑 Features

  • ✅ Beautiful, dark, Hollow Knight–inspired UI
  • 🪶 No login, no tracking, completely local
  • 📱 Fully responsive — works on mobile and desktop
  • 🧩 Built with Vite + React
  • 💾 Progress stored locally (nothing uploaded)
  • 💖 Open source, no paywall

🚀 Live Demo

🔗 Visit here: https://runanka.github.io/silksong-checklist


⚙️ Installation

If you’d like to run it locally:

# clone the repository
git clone https://github.com/Runanka/silksong-checklist.git

# enter directory
cd silksong-checklist

# install dependencies
npm install

# start development server
npm run dev

Then open http://localhost:5173 in your browser.


🛠️ Technologies

  • Vite — blazing fast frontend tooling
  • React — for component-based UI
  • CSS — custom handcrafted theme with dark gradients and glow
  • GitHub Pages — free static hosting

🤝 Contributing

Contributions are very welcome — whether it's fixing a bug, adding missing items, improving UI, or suggesting features.

Standard Contribution Flow

  1. Fork this repository
    Click here to fork

  2. Clone your fork

    git clone https://github.com/<your-username>/silksong-checklist.git
    cd silksong-checklist
  3. Create a new branch

    git checkout -b feature/your-feature-name
  4. Make your changes

    • Update code or data in /src
    • Test locally using npm run dev
  5. Commit & push

    git add .
    git commit -m "Add: your short description"
    git push origin feature/your-feature-name
  6. Open a Pull Request

    • Go to your fork on GitHub and click “Compare & pull request”.
    • Describe your change and submit!

Your PR will be reviewed, and once approved, merged into the main branch.


💡 Ideas / Suggestions

Have a new idea?
Open a Discussion or Issue — let’s make it even better together.


☕ Support

If you like this project, consider supporting it:

👉 Buy me a coffee


📜 License

This project is open source under the MIT License.


🐝 Credits

Designed and built by Runanka
Inspired by Team Cherry’s Hollow Knight universe.