Tag: tailwindcss

Blog

My old personal blog for writing and managing posts before this current site replaced it.

Source: Project

Movientar

A movie browsing project built with React and the TMDB API.

Source: Project

Portfolio

My first personal portfolio website, built before this current site.

Source: Project

Robota

AI-assisted hotel review analytics platform for OTA sentiment and hospitality insights.

Source: Project

SPLP Sulawesi Barat

API gateway management system supporting government service interoperability for West Sulawesi.

Source: Project

[This Site] rizalalfarizi.com

A personal site for writing, selected work, and contact information.

Source: Project

cn(): The Most Useful Function for Styling

TailwindCSS is a utility-first CSS framework, which often requires us to write many CSS classes in React components' className. By using the cn() function, we can make the CSS class notation clear and handle complex conditional statements.

Source: Blog