This is a solution to the REST Countries API with color theme switcher challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
input
fieldI learned how to use Tailwind CSS, using it in a project for the first time. It is quite easy. The only downside I can think of is it could clutter the classname of an element at times. I also learned how to implement Dark Mode toggling by tapping into user's preferences first then providing an option to switch between light and dark themes.
I would like to focus more on server-side-rendering projects, integrating APIs onto frontend and implement more tools like Redux to handle global web application states.