Abdeboskey / Overlook

Final solo project for Turing's mod2 FEE progam (cohort 2005)
0 stars 0 forks source link

Overlook

Overlook is a hotel management application that allows users to login as either a manager or a guest.

Due to some personal challenges, the application currently has some limited functionality.
As a Manager, users of this application can currently:
As a guest, users of this application can currently:

This was a Mod 2 project in Turing School of Software and Design's Front End Engineering program during the 2006 inning. The project was designed to help students better understand how to:

Setup/Install

Application in Action

gif of manager loggin in

gif of guest logging in

gif of 'invalid information' message

Challenges/Wins

Setbacks

This project was by far the biggest solo project I have been assigned during my time at Turing. I had quite honestly not done a great job of taking good care of myself up until this point of this mod, and by the time I started working on this application I was already quite burned out. I became very overwhelmed by the size of this project, and my brain just seemed to short circuit. I had a very hard time making much progress, and when I did it was very slow going.

Part of the challenge came from not completing enough of my previous projects to feel like I knew how to do the things that this project required. Part of it was the short turnaround. All in all, a number of things contributed to this project seeming like an "impossible task", and I had a really hard time overcoming that.

Some Wins

Despite not completing as much functionality as I wanted to, I am very proud of the design and the UI on this application. I learned some exciting new tools with scss, and I will definitely count the UI and design as a win.

I was able to achieve an accessibility score of 100 using lighthouse in the devtools to audit the application.

I was able to correctly fetch the starting data from the APIs, and use it to dynamically update the guest and manager dashboards.

I successfully put all Dom-Manipulation methods in their own class and implemented chai-spies in testing, which was a first for me and a personal learning goal on this project.

Future Iterations

Contributors