From 23e17880b8c8175c3f6fe65c6564d116ed20d5e6 Mon Sep 17 00:00:00 2001 From: shubhamaniket Date: Thu, 1 Oct 2020 15:09:06 +0530 Subject: [PATCH] Added SpaceX App Idea --- Projects/3-Advanced/SpaceX-App.md | 36 +++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 37 insertions(+) create mode 100644 Projects/3-Advanced/SpaceX-App.md diff --git a/Projects/3-Advanced/SpaceX-App.md b/Projects/3-Advanced/SpaceX-App.md new file mode 100644 index 00000000..4a1ce25d --- /dev/null +++ b/Projects/3-Advanced/SpaceX-App.md @@ -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.
+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) \ No newline at end of file diff --git a/README.md b/README.md index f6557617..c3345d1d 100644 --- a/README.md +++ b/README.md @@ -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