Developer: Juan RiveraDate: October 31, 2019
This type of project is common in many coding programs (eg, "Train Scheduler"). Due to my military background, I thought a military helicopter theme would enhance the UX moreso than the traditional train.
The current time is prominently displayed below the header title, and two panels are used for viewing and scheduling flights.
The top panel, labeled, "Current Schedule", tracks the flights. It displays and keeps tracks of all flights.
The bottom panel, labeled, "Add Flight" has input fields. This is where the would-be flight scheduler would enter new flight details (i.e., flight name, time of first departure, and flight frequency). These flight details are calculated, then displayed on the "Current Schedule" panel.
- Git clone with HTTPS to your local machine
https://github.com/JuanCodeAtATime/Blackhawk-Scheduler.git - Open
Blackhawk Schedulerfolder - Click
index.htmlfile to launch on your browser