mirror of
https://github.com/dsprenkels/backpack.git
synced 2026-01-10 20:37:54 -05:00
main
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
Languages
TypeScript
97.1%
HTML
1%
JavaScript
0.8%
CSS
0.8%
Shell
0.3%