Skip to content

ahgoldmeer/TrainTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Train Tracker

This is a web application that allows for easy access to Amtrak Services. Information about all active Amtrak trains, including destination, line, number, and lateness, can be easily obtained through it. Station information is also available to users.

image

How to run

Download the .tar file of this repository's most recent release from 'Releases'.

Move the file to wherever you would like to build this project on your local machine.

Inside the folder that has the .tar file, run the following command:

tar -xvzf TrainTracker-[version].tar.gz

In the project directory, navigate to the folder 'train-tracker', then you can run:

npm install

and then

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

How to contribute

Follow this project board to know the latest status of the project.

How to build

Use this github repository

  • Use branch 'main' for the most up-to-date code
  • Use any environment you are comfortable with for using JavaScript
  • Navigate to folder train-tracker
  • Run npm install, and then npm start
  • A development server will launch, and the web application will launch at http://localhost:3000 in your browser.

Attributions

This project was bootstrapped with Create React App.

The train favicon was downloaded from Train icons created by Smashicons - Flaticon.

About

Web Application that allows for easy tracker of Amtrak services

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 76.5%
  • JavaScript 17.8%
  • CSS 5.7%