pull/240/merge
Shubham Aniket 2 years ago committed by GitHub
commit 0bbc817df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,36 @@
# SpaceX App
**Tier:** 3-Advanced
SpaceX has advanced a lot,with their recent missions they have proved that they can achieve anything.<br>
Find about next SpaceX mission and various other data with this project.
- This project will tell you about SpaceX missions,rockets,capsules,pads,past & upcoming launches.
- Resources needed for the project is just SpaceX API which is available for free(API provided here is unofficial but is maintained regularly).
## User Stories
- [ ] User can get data on various capsules.
- [ ] User can get data on various cores.
- [ ] User can get data on Dragons(reusable cargo spacecraft developed by SpaceX).
- [ ] User can view various SpaceX's historical events.
- [ ] User can see upcoming launches,past launches,latest launch.
- [ ] User can get data on launch pads.
- [ ] User can get data on payloads,missions,rockets,roadsters,ships etc.
## Bonus features
- [ ] User can create a countdown option for the next SpaceX launch.
- [ ] User can add notifications support in the app which will notify user as the launch date arrives.
- [ ] User can include short clips of launch, images etc, in the application.
## Useful links and resources
- [SpaceX API Unofficial](https://github.com/r-spacex/SpaceX-API)
- [Postman link of API](https://docs.spacexdata.com/#intro)
## Example projects
- [Using Vue.js, Vuetify, and the SpaceX API to Create a Rocket Launch Timeline](https://www.youtube.com/watch?v=2495FkOYTFQ)
- [Flutter SpaceX Launch Tracker](https://www.youtube.com/watch?v=rm0xwDKzSVM)
- [SpaceX-Stats React](https://github.com/r-spacex/spacexstats-react)

@ -141,6 +141,7 @@ required to complete them.
| [Slack Archiver](./Projects/3-Advanced/Slack-Archiver.md) | Archive Slack Messages | 3-Advanced |
| [Spell-It App](./Projects/3-Advanced/SpellIt-App.md) | A twist on the classic Speak N Spell game | 3-Advanced |
| [Survey App](./Projects/3-Advanced/Survey-App.md) | Define, conduct, and view a survey | 3-Advanced |
| [Space X App](./Projects/3-Advanced/SpaceX-App.md) | See upcoming,past launches,get data on various rockets,missions,launchpads etc. | 3-Advanced |
## Plans for the future

Loading…
Cancel
Save