Updated professional portfolio built with React!
⚛️ React - React is an open-source front-end JavaScript library for building user interfaces or UI components.
🏗 JavaScript - JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm.
💨 Tailwind CSS - Rapidly build modern websites without ever leaving your HTML. A utility-first CSS framework.
📦 npm - npm is a package manager for the JavaScript programming language.
☑️ Git - Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.
😺 GitHub - GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.
export default function Navbar() {
return (
<Disclosure as="nav" className="bg-gray-800">
{({ open }) => (
<>
<div className="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8">
<div className="relative flex items-center justify-between h-16">
<div className="absolute inset-y-0 left-0 flex items-center sm:hidden">
{/* Mobile menu button*/}