Change Log (Front end)This card shows all releases for this portfolio website (front end). All information is fetched from GitHub API.
- 27 Feb 2023🔖 v1.0.3
What's changed?
Added About me page and To-do list page
Full Changelog: https://github.com/andylilfs0217/portfolio-frontend/compare/v1.0.2...v1.0.3
- 25 Feb 2023🔖 v1.0.2
What's Changed
- Added "Contact me" and "Change log" pages.
- Fetch information from the self-created backend service on the "Change log" page.
Full Changelog: https://github.com/andylilfs0217/portfolio-frontend/compare/v1.0.0...v1.0.2
- 23 Feb 2023🔖 v1.0.0
Initial portfolio
Full Changelog: https://github.com/andylilfs0217/portfolio-frontend/commits/v1.0.0
- 20 Feb 2023Project started
Change Log (Back end)This card shows all releases for this portfolio website (back end). All information is fetched from GitHub API.
- 27 Feb 2023🔖 v1.0.3
What's changed?
Added
/todo/*
endpoints and implemented MySQLFull Changelog: https://github.com/andylilfs0217/portfolio-backend/compare/v1.0.0...v1.0.3
- 25 Feb 2023🔖 v1.0.0
What's changed?
- Project created.
- Created /github/* endpoints for getting personal repo release information from GitHub.
Full Changelog: https://github.com/andylilfs0217/portfolio-backend/commits/v1.0.0
- 23 Feb 2023Project started