This is a portfolio developed with React, TypeScript, and Vite, styled using TailwindCSS. The goal of this project is to showcase professional experiences, projects, and information in a modern, responsive, and easy-to-maintain way.
- React 19
- TypeScript
- Vite
- TailwindCSS
- React Icons
- ESLint (with TypeScript and React support)
- Vitest (testing)
- Testing Library (component testing)
-
Clone the repository:
git clone <repository-url> cd portfolio
-
Install dependencies:
npm install
-
Run the project in development mode:
npm run dev
-
Build for production:
npm run build
-
Run tests:
npm run test