Welcome to my personal portfolio! A front-end project built with React, TypeScript, and Vite, featuring an elegant design and continuous deployment via Vercel.
Check out the live site: 👉 victormoni.dev 👉 victormoni.vercel.app
- Framework: React + TypeScript
 - Bundler: Vite
 - Deployment: Vercel
 - Others: ESLint, TypeScript config, build files, and assets
 
/public            — static files such as favicon and assets
/src               — React source code (components, styles, etc.)
README.md          — this file
index.html         — main HTML template
package.json       — dependencies and scripts
tsconfig.json      — TypeScript configuration
eslint.config.js   — linting rules
vite.config.ts     — Vite configuration
vercel.json        — Vercel deployment settings
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build locally
npm run preview(Adjust according to the scripts defined in package.json.)
- Modern and responsive design for personal portfolio
 - Component-based architecture with React and type safety using TypeScript
 - Optimized builds with Vite
 - Automatic deployment and preview with Vercel
 
I am Victor Moni, a Full Stack Developer passionate about technology and building modern applications. Always learning, improving, and sharing knowledge.
🌐 Portfolio 💼 LinkedIn 📂 GitHub