Welcome to my personal website built with React, Vite, and Tailwind CSS.
This site showcases my work, open-source contributions, and contact information.
- ⚛️ React
- ⚡ Vite
- 🎨 Tailwind CSS
- 🧹 ESLint + Prettier
- 🧪 Vitest + Testing Library
- 🐶 Husky + Lint-staged
- ☁️ Deployed on Vercel
# Install dependencies
npm install
# Run the development server
npm run dev
# Format and lint check
npm run format
npm run lint
# Run tests
npm test
This project uses Vitest and React Testing Library. Tests run automatically on GitHub Actions for every push and pull request
This project is licensed under the MIT License.