This is my personal portfolio built with modern web technologies, showcasing my projects, skills, and experience as a .NET Backend Developer.
- Frontend: React, TypeScript, TailwindCSS, Framer Motion
- Deployment: Vercel
- Other Tools: ESLint, Prettier
To run this project locally, follow these steps:
# Clone the repository
git clone https://github.com/mudouasenha/portfolio.git
# Navigate to the project directory
cd portfolio
# Install dependencies
npm install # or yarn install
# Start the development server
npm run dev # or yarn dev