Skip to content

abishek2429/ISRO-details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISRO Atlas (React)

A React JS website that visualizes ISRO public data with a modern UI and client-side routing.

Routes

  • / - 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

What It Includes

  • 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.

APIs Used

  • https://isro.vercel.app/api/spacecrafts
  • https://isro.vercel.app/api/launchers
  • https://isro.vercel.app/api/customer_satellites
  • https://isro.vercel.app/api/centres

Run Locally

npm install
npm run dev

Then open the local Vite URL shown in the terminal.

Build

npm run build
npm run preview

Notes

  • Built with React + Vite + React Router.
  • Includes search/filter on each data page.
  • Uses category-based image sets with lazy-loaded card images.

About

thsi project is to get to know aout indian space exploration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors