This is my personal portfolio website built with Next.js, TypeScript, and Tailwind CSS. It showcases my projects, skills, and experience.
- Responsive Design: Looks great on all devices, from mobile phones to desktops.
- Bilingual: Supports English and Spanish.
- Component-based: Built with reusable React components.
- Styled with Tailwind CSS: Utility-first CSS framework for rapid UI development.
- Next.js - React framework for production.
- TypeScript - Typed superset of JavaScript.
- Tailwind CSS - A utility-first CSS framework.
- lucide-react - Beautiful and consistent icons.
- shadcn/ui - Re-usable components built using Radix UI and Tailwind CSS.
To get a local copy up and running, follow these simple steps.
- Node.js (v18 or later)
- npm
- Clone the repo
git clone https://github.com/your_username/your_repository.git
- Install NPM packages
npm install
- Run the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.