KenJSDev / halloween-trivia

This is my participation in a Halloween themed coding challenge for W3 Schools. This application is not intended for publication, commercial use, or monetization.
2 stars 0 forks source link

Finalize Application #3

Closed KenJSDev closed 2 years ago

KenJSDev commented 2 years ago

Description

The core functionality of the application works, but I still have just under two weeks to submit so I'll add additional features.

Tasks

KenJSDev commented 2 years ago

Start, End, and Info Screen mobile friendly efforts are completed. I may redesign the answer layout for mobile and I'm flirting with some ideas.

KenJSDev commented 2 years ago

Disabled both buttons when the animation plays. The app worked like this previously but I reset some things while working on the viewport.

I am going to remove the table and add a grid to the answer area. On desktop, the questions should display the same that they always have but on mobile they should be stacked vertically.

KenJSDev commented 2 years ago

Mobile friendly is working. The way it was set up, all I had to do was create a grid view for both the regular and mobile views. Removing the table actually improved the UI so no re-arranging was needed. The next step is the feedback system as it is the most labor intensive.

KenJSDev commented 2 years ago

Feedback system implemented and tested.

KenJSDev commented 2 years ago

Ran into some issues regarding preventing users from submitting non-values. Will revisit tomorrow.

KenJSDev commented 2 years ago

Figured out the "blank answer" prevention system. It will require some changes but it's all manual work without much thought from here. Putting in some work tonight before bed and will resume tomorrow.

EDIT: Instead of pushing an alert, I have disabled the submit button until a an option is selected. This prevents the defective behavior. I have not committed the changes yet.

KenJSDev commented 2 years ago

Rather than just adding music, certain sound bytes will play at certain parts of the game. I have the concept working and need to apply it to all aspects of the game. I should be able to turn this in by the end of the day Saturday.

KenJSDev commented 2 years ago

Was able to understand a lot of my previous errors and streamlined finishing the project. Importing changes now. There are some minor things that can be improved but the entire project works after multiple checks.