Skip to content

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.

Notifications You must be signed in to change notification settings

peakh/package-list

Repository files navigation

hero

Package List

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.

Resources Used

Screenshots

hero

saved

Video Demonstration

demonstration.mp4

Getting Started

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

Contributions are welcome! Any discovered bugs or minor fixes/improvements should be discussed in an Issue or Pull Request, respectively.

About

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.

Topics

Resources

Stars

Watchers

Forks