@tristanjtateSubmitted 13 days ago
What 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