Amber Sprenkels 580585e45b Revert "Use superjson"
This reverts commit 8364e72ec4.
2025-07-06 10:43:21 +02:00
2025-07-04 12:13:36 +02:00
2025-07-06 10:43:21 +02:00
2025-07-03 22:48:34 +02:00
2025-07-04 10:04:55 +02:00
2025-07-06 10:43:21 +02:00
2025-06-29 21:04:01 +02:00
2025-06-29 21:04:01 +02:00
2025-06-29 21:04:01 +02:00
2025-07-06 10:43:21 +02:00
2025-07-06 10:43:21 +02:00
2025-06-29 21:04:01 +02:00
2025-07-06 10:43:21 +02:00
2025-06-29 21:04:01 +02:00
2025-07-04 10:04:55 +02:00

Backpack: Dusk's personal packing list generator

Backpack is my personal packing list generator. It allows you to easily gener

Getting started

# Retrieve the code
git clone https://github.com/dsprenkels/backpack.git
cd backpack

# Install the dependencies
npm install

# Run the application in a debug environment
npm run dev

# Run all the tests
npm run test

# Build the application to `dist/`
npm run build

Roadmap

  • PoC
  • Store the state in the broswer LocalStorage
  • Allow the user to modify the packing list template
  • Store the state on a server, provided by some auth
  • Support GitHub OAuth

Questions

You can send bug reports, general questions, and feature requests to my GitHub associated email address.

Description
No description provided
Readme 8.2 MiB
Languages
TypeScript 97.1%
HTML 1%
JavaScript 0.8%
CSS 0.8%
Shell 0.3%