I am most proud of successfully integrating Tailwind CSS into the project, despite it not being a requirement. This challenge allowed me to learn and apply a new technology effectively. Next time, I would plan my workflow to include better initial setup for custom colors and avoid repetitive classes by utilizing Tailwind’s @apply directive earlier in the process.
What challenges did you encounter, and how did you overcome them?The main challenge was managing the learning curve of Tailwind CSS, especially in configuring custom colors and understanding its workflow with the CLI watch process. I overcame these by reading the documentation thoroughly and experimenting with the config file and build process until I gained confidence. Additionally, resolving conflicts between local and remote Git branches required careful use of Git commands and understanding version control concepts.
What specific areas of your project would you like help with?I would appreciate feedback on optimizing the Tailwind CSS build for production, particularly how to effectively use purge to minimize file size. Also, how to implement the hover states for the main components