Skip to content

spaceappsnyc/Masternew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cooper Union Boiler Plate

HackCooper 2018 - EduThrift

##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

T.E.A.M is an app...

Project Schedule

Sample ProjectSchedule

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.
The user is required to ...
The twitter subscriber will receive a tweet message indicating that a match has been found...

Wireframes

Sample: Screen_Shot_2018-10-13_at_1.28.51_PM

App Components

Search

Technologies Used

  • React
  • Firebase database
  • React Redux
  • Firebase Authentication
  • Material UI

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": { "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

Issues, Solutions and Unsolved Problems

Errors, Solutions and Relevant References

##The Process & Wins

###Team Standup
Sample 01FirstSU
###Imagining the App
Sample: 02WireframeBrainstorm
First Rendering...

First Rendering of...

Success ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.9%
  • CSS 15.7%
  • HTML 11.4%