Flight Deck API - UI Revamp & Basic Password Checking System
Hi! I’m back… kinda
So I revamped the UI to kind of look like Horizons cause I loved its UI so so much.
Found out the font as well and then pretty much everything else was eyeballing it and getting the colours right.
After the UI revamp I started on the login system.
Its not completely done but I have the basic password checking system done for new users - so the confirm password and 1 basic rule: 8 characters minimum.
Yet to add more info to right side for the login page but that I’m probably going to do later on as I add commands.
Bit of backend notes, the code used to reference my login page as /login route so that meant sign up/in would have become /login/signup or /login/signin which wouldn’t have made sense so I changed that to /auth, /auth/signup and /auth/signin to make it more sensible.
All for today.. cya!
.