Skip to content

helluvamatt/hogwarts-checklist

Repository files navigation

Hogwarts Legacy Collectibles Checklist

A mobile-first web application for tracking collectibles in Hogwarts Legacy, built with SvelteKit and TypeScript.

Hogwarts Checklist

Features

  • 📋 Collectible Tracking: Track various collectible types from Hogwarts Legacy
  • 🏠 Player Profile: Store your name, Hogwarts house, and profile picture
  • 📱 Mobile-First Design: Responsive design optimized for mobile devices
  • 💾 Local Storage: All progress saved in your browser
  • 📤 Import/Export: Backup and share your progress with versioned JSON files
  • 🗂️ Organized Navigation: Structured pages with side navigation
  • 🎨 Hogwarts Theme: Custom Tailwind CSS theme with DaisyUI components

Contributing

  1. Follow the existing code style (ESLint + Prettier)
  2. Write TypeScript for all new code
  3. Design mobile-first, then enhance for desktop
  4. Use DaisyUI components for consistent UI
  5. Test thoroughly with the type checker (npm run check)

Prerequisites

  • Node.js (v20 or higher) + npm

Installation

# Install dependencies
npm install

# Start development server
npm run dev

Visit http://localhost:5173 to view the application.

Available Scripts

  • npm run dev - Start development server with hot reloading
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run check - Run Svelte type checking
  • npm run check:watch - Type checking in watch mode
  • npm run lint - Check code quality and formatting
  • npm run format - Format code with Prettier

License

Copyright 2025 Matt Schneeberger

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Hogwarts Legacy and related content are trademarks of their respective owners.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published