Skip to content

puvvadaharsha/CTA-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTA WebApp with Weather Integration

CSC436: Web Applications

Netlify.app Deployment: https://clever-shannon-cce24d.netlify.app/

GROUP 7

  1. Colin McAtee
  2. Yu Qian
  3. Harsha Puvvada
  4. Pedro Rebollar

Project Components

CTA-Web Application
    ├── Home
    ├── BusETA
    ├── TrainETA
    ├── Maps
    ├── Favorites
    ├── Weather
    └── About
  1. Go to the project root directory

  2. Create and set .env file to include:

    List of Environment Variables

     1. REACT_APP_CTA_API_KEY
     2. REACT_APP_CTA_BUS_API_KEY
     3. REACT_APP_WEATHER_API_KEY
    
  3. Run the app in development mode
    $npm start

  4. Open http://localhost:3000 to view it in the browser.

This project was bootstrapped with Create React App.

About

CTA Tracker - CSC 436 Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • HTML 2.9%
  • CSS 0.3%