Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrhrifat/space-flight
Explore NASA's Rocket Launch Data Hub: Discover the latest and upcoming rocket launches with real-time details. Filter launches by rocket success status, launch date, or rocket name. Stay informed about upcoming launches and access comprehensive information with user-friendly pagination features for easy browsing.
https://github.com/mrhrifat/space-flight
flight reactjs rocket rocket-launch-updates rocket-launches space-flight spacex vite
Last synced: about 1 month ago
JSON representation
Explore NASA's Rocket Launch Data Hub: Discover the latest and upcoming rocket launches with real-time details. Filter launches by rocket success status, launch date, or rocket name. Stay informed about upcoming launches and access comprehensive information with user-friendly pagination features for easy browsing.
- Host: GitHub
- URL: https://github.com/mrhrifat/space-flight
- Owner: mrhrifat
- License: gpl-3.0
- Created: 2023-10-19T01:34:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-21T16:17:55.000Z (over 1 year ago)
- Last Synced: 2024-10-31T23:06:43.944Z (3 months ago)
- Topics: flight, reactjs, rocket, rocket-launch-updates, rocket-launches, space-flight, spacex, vite
- Language: TypeScript
- Homepage: https://spaceflightinfo.vercel.app
- Size: 352 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Space Flight
Explore NASA's Rocket Launch Data Hub
Discover the latest & upcoming rocket launches with real-time details. Stay informed about
upcoming launches and access comprehensive information with user-friendly
pagination features for easy browsing.## Live
-
## Features
- All Rocket Launches
- Upcoming Rocket Launches
- Filter by
- Launch Status (Success || Failed)
- Launch Time (Last week || Last month ||Last year||Last 5 years)
- Search query
- Rocket Name (Ex: Falcon 1)
- Amazing Pagination
- 100% Accessibility, SEO & Best Practices
- Params pagination## Bugs & Issues
- Some FCP, LCP Issue (Sovled soon)
- 65%+ Performace
- Params pagination doesn't work on server but local prodcution## Development & Testing
If you are exiting & see how it works in local development machine
- Clone repositories
- Install dependencies (Take a Cup of Coffee!)
- Start the server (On successfull)```
VITE v4.5.0 ready in 141 ms
➜ Local: http://localhost:5173
➜ Network: use --host to expose
➜ press h to show help```
- Go to port http://localhost:5173
- Enjoy!```
git clone https://github.com/mrhrifat/space-flight.git
yarn install
yarn dev
http://localhost:5173
```