Welcome to my npm count website. This platform is created for fetching the npm package count for the given range, and share the URL with others.
- Using URL param: The website uses query params for storing state, so that while sharing the same data gets displayed to other people.
- Quick and easy to use: The website is designed to be easy to use and responsive, ensuring a seamless experience for the user.
- SSR: Using SSR to optimize the app for performance
To get started with our website, follow these steps:
# Clone the repository
git clone https://github.com/nishchay17/npmcounter.git
# Change directory
cd npmcounter
# Install dependencies
pnpm
# Start the development server
pnpm dev
This project is licensed under the MIT License.