An example project to display flight times in a neat grid
View Demo

This project was built with
You will need Both Docker and NPM to run this project
- Npm
npm install npm@latest -g
- Install Docker
- Clone the repo
git clone https://github.com/knightfox1337/Flight-Manager.git
- Navigate into repo
- Build Docker image
docker-compose build
- Serve docker container
docker-compose up
- Navigate to
http://localhost:3000