A simple two-page PWA to quickly and easily save NPM package lists for efficient access. All saved packages are saved in local storage - no database nor cookies are involved.
demonstration.mp4
Install the required dependencies:
npm i
# or
yarn install
# or
pnpm install
# or
bun install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3060 in your browser. This is where you can preview your changes in real-time.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Contributions are welcome! Any discovered bugs or minor fixes/improvements should be discussed in an Issue or Pull Request, respectively.