Personal portfolio site built with React and Vite. It includes home, about, skills, and projects sections (data from the GitHub API), client-side routing, internationalization (i18next), and animations (Framer Motion, Animate.css).
- Node.js (LTS recommended)
- npm
npm install
npm run devOpen the URL Vite prints (default http://localhost:5173).
npm run build
npm run previewThe repo includes netlify.toml with an SPA redirect (/* → index.html) so React Router works on Netlify and similar hosts.
React 18 · Vite 4 · React Router · styled-components · react-i18next · Framer Motion · react-helmet-async