I was able to use media queries for the mobile breakpoint and resized the component to respond to the mobile phone screen.
Latest comments
- @NduatiQSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?@okasha07Posted 5 months ago
Good Job, 1- remove some lines 2- you can use position fixed to center it verticaly and horizontaly
0 - @tristanjtateSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I am proud I was able to learn about an awesome CSS framework called Tailwind!
Next time, I would like to try different tricks with the new learned technology, and also see what else I can do to define various aspects of project with the Tailwind Config file.
What challenges did you encounter, and how did you overcome them?- Understanding how Tailwind CSS Config file to add global aspects like fonts and colors etc. Overcame by simply utilizing documentation via Tailwind or ChatGPT to understand the concept.
- How the running build process works. Overcame by understanding via Documentation and the internet that the build process runs throughout time working on project... until stopped.
- Syntax Errors/ Whitespace Overcame Continuous review of code.
- DOM Manipulation Overcame by really understanding what each piece of code is doing. Understanding what the Event Listeners or query selectors are doing.
- Design Coloring Overcame by tweaking given styleguide colors in attempt to match closely
- Images not showing up after troubleshooting paths
- Where I can improve
- Best way to understand DOM Manipulation (extra resources)
- Any advice
@okasha07Posted 5 months agoThe design looks great, and your solution is excellent since it’s done entirely using JavaScript. However, I have a small suggestion: when selecting a rating, it would be better if the chosen option had a background change.
Currently, when I select a rating, there’s no visual feedback showing which rating I picked, like a background color change, for example.
0