A simplified static React version of the portfolio app.
cd portfolio/portfolio-ver2npm installnpm run dev
- Removed backend API calls.
- Added local data in
src/data/portfolioData.js. - Refactored
src/pages/mywork.jsxandsrc/pages/skill.jsxto render local arrays. - Kept routing and general app structure from the original React app.
- Backend files such as
portfolio_backend/are not required for this static version. - If you want to fully remove backend dependencies later, you can delete
portfolio_backend/and the Python.venv/folder.