Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yusafosei-bonsu/tfl-live-status-project

A project that develops a React app that shows the live status of each Tfl tube line
https://github.com/yusafosei-bonsu/tfl-live-status-project

css html jsx reactjs

Last synced: about 1 month ago
JSON representation

A project that develops a React app that shows the live status of each Tfl tube line

Awesome Lists containing this project

README

        

# Tfl Service Line Status Project

View project here: https://react-tfl-line-statuses.herokuapp.com/

This project focuses on the development of a React application that displays the status of each Tfl service line (except for Tfl Rail).

## User Stories
- As a user, I want to see the status of each Tfl line to see if the line is.
- As a user, I want each line to possess its own colour.

## Technologies
- ReactJS, including HTML/JSX and CSS.
- Jasmine (for testing).

## Blockers and Resolutions
- Undefined error when attempting to access .env variables; I went on this [Medium blog](https://medium.com/better-programming/using-environment-variables-in-reactjs-9ad9c5322408). From this blog, I found that I had to rerun my dev server to access the newly-created .env variables.