A React application for searching, discovering, and viewing details about packages from the NPM registry.
- Package Search: Quickly search for packages using the integrated search bar.
- Featured Packages: View a curated list of featured or trending packages directly on the home page.
- Detailed Views: Dive into specific packages to see comprehensive summaries and details.
- Responsive Routing: Seamless client-side navigation utilizing React Router.
- Frontend: React, TypeScript, Vite
- Routing: React Router DOM
- Styling: CSS / Tailwind (configured via PostCSS)
Make sure you have Node.js and npm installed.
- Clone the repository:
git clone https://github.com/oleksandrivanyshyn/react-registry.git
- Navigate to the project directory:
cd react-registry - Install dependencies:
npm install
Start the Vite development server:
npm run devOpen http://localhost:5173 to view it in the browser.