Modern portfolio template rebuilt with TypeScript and updated dependencies 🚀
- Full TypeScript support
- Modern React patterns (hooks, functional components)
- Updated dependencies
- Improved type safety
- Better code organization
- React 18
- TypeScript 5
- React Bootstrap
- SCSS
Edit src/data.json
and public/images
for your data
# Install dependencies
npm install
# Start dev server
npm start
Edit vercel.json
and download Vercel CLI to match your account's then
vercel
vercel --prod # to deploy directly to production
Pull requests are welcome! Please refer to the original repository.