Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yusafosei-bonsu/tfl-live-status-project
- Owner: YusafOsei-Bonsu
- Created: 2020-02-28T15:51:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T20:14:10.000Z (about 2 years ago)
- Last Synced: 2023-03-02T14:41:35.052Z (almost 2 years ago)
- Topics: css, html, jsx, reactjs
- Language: JavaScript
- Homepage:
- Size: 4.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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.