The SpaceX Launch Tracker is an open-source React single-page application that lets users explore and track the launches from SpaceX. The app fetches data from the SpaceX API to provide detailed information about each mission, including launch dates, mission names, rockets used etc...
Contributions are always welcome!
- Demo Link => https://spacex-launches-tracker.vercel.app/
- SPA Template => https://github.com/manyfranks/React-SPA
Clone the project
git clone https://github.com/RusiraJayatilake/spacex-launch-tracker.git
Go to the project directory
cd spacex-launch-tracker
Install dependencies
npm install
Start the server
npm run start
https://docs.spacexdata.com/
GET https://api.spacexdata.com/v3
GET https://api.spacexdata.com/v3/launches/${id}
Official Documentation => https://docs.spacexdata.com/
React, Context API, Bootstrap
- Light/dark mode toggle
- Live previews
- Responsiveness
- API Integrations