A React JS website that visualizes ISRO public data with a modern UI and client-side routing.
/- landing page with visual navigation/spacecrafts- spacecraft catalog/launchers- launch vehicle archive/centres- ISRO centres by place and state/customer-satellites- global customer satellites launched by ISRO
- A live overview on the home page with record counts and first/last listed items.
- Research notes and fact panels for spacecrafts, launchers, centres, and customer satellites.
- Official launcher-program context based on ISRO's public launchers page.
- Image-rich cards with search and filtering on every data page.
https://isro.vercel.app/api/spacecraftshttps://isro.vercel.app/api/launchershttps://isro.vercel.app/api/customer_satelliteshttps://isro.vercel.app/api/centres
npm install
npm run devThen open the local Vite URL shown in the terminal.
npm run build
npm run preview- Built with React + Vite + React Router.
- Includes search/filter on each data page.
- Uses category-based image sets with lazy-loaded card images.