JumboCode / casa-myrna

JumboCode 2023-2024 project for Casa Myrna, led by Elizabeth Foster
https://casa-myrna-pumv.vercel.app
4 stars 0 forks source link

Foundations (Maddie + Jiyoon) #13

Open elizabethfoster02 opened 9 months ago

elizabethfoster02 commented 9 months ago

Link to PR: https://github.com/elizabethfoster02/casa-myrna/pull/16

Purpose To being using Material UI components on the frontend. We use Material UI so that we don't have to write our own CSS without any support. We can then use CSS to modify the component.

TODO

Testing

Resources

Notes

git checkout dev # makes sure that you are currently on the dev branch
git pull # never hurts to pull
git checkout frontend #change "frontend" to "backend" if you are a backend dev
git pull # never hurts to pull
git merge dev # merges finalized code from dev branch onto your current local branch
git branch [frontend or backend]-[ticket #]-ticket-title # creates the new branch
** make changes to the file (for next week, you'll change files to create a button ** 
git add . # adds ALL the files you edited to the stage
git commit -m "[insert your message]" # saves your changes to your local branch
git push # pushes your changes to github 
jiyoonchoi commented 9 months ago

Image

jiyoonchoi commented 9 months ago

Image