Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 782 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 782 Bytes

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. From this blog, I found that I had to rerun my dev server to access the newly-created .env variables.