2022-09-19 13:47:10 +02:00
2022-09-18 14:41:03 +02:00
2022-09-19 13:47:10 +02:00
2022-09-18 14:41:03 +02:00
2022-09-18 14:41:03 +02:00
2022-09-18 14:41:03 +02:00
2022-09-18 15:23:47 +02:00
2022-09-18 15:23:47 +02:00
2022-09-18 16:51:01 +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.3 MiB
Languages
TypeScript 97.1%
HTML 1%
JavaScript 0.8%
CSS 0.8%
Shell 0.3%