Project Atelier is a capstone project that builds a functional and delightfully designed front-end for a high fashion e-commerce site.
Akash Rajan - Overview module
Kiel Fuller - Related Products module
Jesse Werhnyak - Ratings and Reviews module
The Krusty Krab uses a Git Feature Branch Workflow.
git checkout main
git fetch origin
git reset --hard origin/main
git checkout -b "new-feature"
Update add, and commit as you normally would with git. To allow other collaborators to view your updates, use:
git push -u origin "new-feature"
git checkout "current_branch"
git branch "new-branch"
git switch "new-branch"
git checkout main
git fetch origin
git reset --hard origin/main
git checkout "feature"
git merge main
This project uses React with Vite, and heavily utilizes Material UI's component library. Unit testing is done through Vitest.
Install these dependances and more after cloning the repo by running:
npm install
npm run build
npm run dev
npm run preview
https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-steps-server.html