Train Timetable Coding Exercise
For context on why I made this, see my blog post: Here are my code exercises I submitted to get job interviews (part 1)
To view the online version
umaar.github.io/train-timetable-coding-exercise/
To try this out locally
In a terminal:
npm i
python -m SimpleHTTPServer
Then, view the page at http://localhost:8000/
To run tests
make test # lints the codebase