A modernized React version of my personal portfolio and projects site. This repo is a work-in-progress where I'm migrating my existing HTML website into a React framework while refactoring and improving the overall design and user experience.
- Migrate existing portfolio content from static HTML to a maintainable React codebase
- Modernize the design and improve responsiveness
- Practice React patterns and component architecture
- Build a solid foundation for future portfolio updates and projects
- Node.js and npm installed
npm startRuns the app in development mode at http://localhost:3000. The page reloads on changes, and lint errors appear in the console.
npm run buildCreates an optimized production build in the build folder, ready for deployment.
npm testRuns the test suite in interactive watch mode.
- React
- CSS
- typescript
Will add later.
- This is bootstrapped with Create React App
npm run ejectis available if you need full control over configuration, though it's a one-way operation