nighthawkcoders / student

MIT License
1 stars 163 forks source link

Ishraq Hossain Individual Review Ticket #113

Open Ishraqh1 opened 6 months ago

Ishraqh1 commented 6 months ago

Ishraq Hossain Review Ticket

2.1 Binary Video Notes:

I took these notes before our team began their project. These notes were from the AP College Board Video which went over information about binary that was important for us to learn for the AP Exam. We went over information about Over flow error which was important for our understanding of the ranges which we used in our project.

Screenshot 2023-12-11 at 1 44 27 PM

This was one of our main commits. This commit creates a table at the top of the website that shows a +/- that shows how far each value is from the actual answer. It actually bolds the text when it is right and when it's wrong.

Screen Shot 2023-12-11 at 1 26 31 PM (1)

This photo essentially shows the front end design that I worked on. We created the bar at the top which would allow the user to see the range of the numbers, as well as if they're getting hotter or colder after each attempt. Another thing that I worked on was creating a message that showed if you were right or not, as well as creating a loading screen after each attempt.

Screenshot 2023-12-13 at 8 29 18 AM

The check number function is something I worked on which allows us to asses whether or not the projection made by the user is accurate or not. It is able to compare the guess with the actual random number generated. It also includes below that a max attempts function since only 3 attempts are given to the user.