Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.28 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.28 KB

React TypeScript Portfolio 🎯

Based on Dorota1997/react-frontend-dev-portfolio

React TypeScript License: MIT

Modern portfolio template rebuilt with TypeScript and updated dependencies 🚀

✨ Improvements from Original Template

  • Full TypeScript support
  • Modern React patterns (hooks, functional components)
  • Updated dependencies
  • Improved type safety
  • Better code organization

🛠 Stack

  • React 18
  • TypeScript 5
  • React Bootstrap
  • SCSS

📦 Quick Start

Make your own

Edit src/data.json and public/images for your data

Install and run

# Install dependencies
npm install

# Start dev server
npm start

Deploy

Edit vercel.json and download Vercel CLI to match your account's then

vercel
vercel --prod # to deploy directly to production

🤝 Contributing

Pull requests are welcome! Please refer to the original repository.