From 615c0df835c5f0dfbe6ae49305896a7a6504ff08 Mon Sep 17 00:00:00 2001 From: Simone Sestito Date: Mon, 22 Oct 2018 13:18:25 +0200 Subject: [PATCH] Add README --- README.md | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fc7887f..5535cd6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,59 @@ -# escape_earth +# Escape Earth -A new Flutter project. +NASA Space Apps Challenge 2018 product. -## Getting Started +## The challenge -For help getting started with Flutter, view our online -[documentation](https://flutter.io/). +**Do YOU Know When the Next Rocket Launch Is?** +Collect flight schedules and projected launch dates to assemble an app with all the latest rocket launch information. In just **2 days**! + +More info about the challenge: https://2018.spaceappschallenge.org/challenges/can-you-build/when-next-rocket-launch/details + +## Repository organization +- [Master branch](https://github.com/simonesestito/escape_earth/tree/master): the app as it is now; +- [Tag 1.0](https://github.com/simonesestito/escape_earth/tree/1.0): the app has it exactly was at the end of the challenge. + +## What the app does + +The app has 3 main sections: +- FAQ about launches (scroll the rocket up) +- News from official NASA site +- Next launches +- Search launches +- Countdown until the next launch + +## Technology stack + +To build this app we used: +- Flutter framework +- Dart programming language +- LaunchLibrary rest api +- News picked from NASA official site + +And a lot of tenacy! + +## Things you can download + +You can download the exact things presented at the end of the challenge at: +https://github.com/simonesestito/escape_earth/tree/1.0 + +YouTube trailer video: https://youtu.be/mWQ_BMv8Kjs + +PowerPoint presentation: https://drive.google.com/uc?id=1RUj_obKkk_qJa7SKBvSx8Ys6CzYDSxFn&export=download + +## License + + Copyright © 2018 Simone Sestito, Patrizio Renelli, Gianluca Conti + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see .