Week 9 Worklog

Week 9 Objectives:

  • Hold team status meetings and plan next development iterations.
  • Deploy the Rookwork frontend application to S3 and CloudFront.
  • Configure automated CI/CD pipelines for frontend builds.

Tasks to be carried out this week:

DayTaskStart DateCompletion DateReference Material
2Conduct a weekly team meeting to discuss project status, resolve blockers, and divide upcoming tasks.06/15/202606/15/2026
3Build the React frontend (rookwork-frontend) and upload the production build files to the S3 web bucket.06/16/202606/16/2026
4Write a GitHub Actions CI/CD workflow file to automate testing, building, and deploying the frontend code.06/17/202606/17/2026
5Configure secrets (AWS access keys) in GitHub and test the automated build-and-deploy pipeline.06/18/202606/18/2026

Week 9 Achievements:

  • Automated the frontend deployment process, enabling seamless delivery through Git pushes.
  • Successfully deployed the React + Vite static web app to S3 and distributed it via CloudFront.
  • Ensured proper project coordination and progress tracking within the team.