Skip to content

ayishagisel/Masternew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA Space Apps NYC 2018

Grab the Can Opener Challenge

Team:

T.E.A.M. (Tracking Extraterrestrial Astriods & Meteors)

Members:

Michael, Riley, Nestor, Silu, Gigi, Ayisha

Project Overview

Presentation

https://docs.google.com/presentation/d/1P2Ok4H9Jm12yalylWDSZed-560_Rl5uLkc5jzpWjUSY/edit?usp=sharing

React App

Keeping in line with NASA's goal to detect and monitor asteroids that could damage cities T.E.A.M. endeavors to create an alert and visualization application that would allow people in the range of possible impact to take necessary steps to evacuate. each year.

Project Description

The Tracking Extraterrestrial Astroids and Meteorites(T.E.A.M) was created for the purpose of identifying potential threats posed by Astroids and Meteorites to Earth atmosphere.The primary objective of the TEAM App 's is to provide up-to-date critical information to in order to educate communities around the world to be prepared to mitigate the potential impact of Astroids related disasters.

App Components

Search

Technologies Used

  • React
  • Boostrap
  • MongoDB
  • Algorithm Middleware
  • WebPack/Babel
  • ThreeJs/WebCl

Install Instructions

In order to Install the T.E.A.M. application the following must be done:

  • Ultimately the [package.json] file located in the root folder should look like this: {
    "name": "client",
    "version": "0.1.0",
    "private": true,
    "dependencies": {
    "axios": "^0.18.0",
    "react": "^16.5.2",
    "react-dom": "^16.5.2",
    "react-google-maps": "^9.4.5"
    },
    "devDependencies": {
    "react-scripts": "2.0.5"
    },
    "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
    }, "eslintConfig": {
    "extends": "react-app"
    },
    "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ]
    }

  • From the Command Line in the project directory type the following command in order for npm to read the dependencies listed in the [package.json] file which are required to run the application:

    • npm install
  • Resolve any errors

  • From the Command Line in the project directory type the following command in order to run the application. A seperate browser will automatically be opened allow users to begin to use the app

    • npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published