├── README.md ├── friday-3.md ├── friday-6.md ├── materials ├── first_project_presentation_template.pdf ├── learn-react-1.md ├── mvc-data-modeling-2022.pdf └── team-project-proposal.md ├── thursday.md ├── tuesday.md └── wednesday.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CUNYTechPrep/2022-fall-web-dev/HEAD/README.md -------------------------------------------------------------------------------- /friday-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CUNYTechPrep/2022-fall-web-dev/HEAD/friday-3.md -------------------------------------------------------------------------------- /friday-6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CUNYTechPrep/2022-fall-web-dev/HEAD/friday-6.md -------------------------------------------------------------------------------- /materials/first_project_presentation_template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CUNYTechPrep/2022-fall-web-dev/HEAD/materials/first_project_presentation_template.pdf -------------------------------------------------------------------------------- /materials/learn-react-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CUNYTechPrep/2022-fall-web-dev/HEAD/materials/learn-react-1.md -------------------------------------------------------------------------------- /materials/mvc-data-modeling-2022.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CUNYTechPrep/2022-fall-web-dev/HEAD/materials/mvc-data-modeling-2022.pdf -------------------------------------------------------------------------------- /materials/team-project-proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CUNYTechPrep/2022-fall-web-dev/HEAD/materials/team-project-proposal.md -------------------------------------------------------------------------------- /thursday.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CUNYTechPrep/2022-fall-web-dev/HEAD/thursday.md -------------------------------------------------------------------------------- /tuesday.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CUNYTechPrep/2022-fall-web-dev/HEAD/tuesday.md -------------------------------------------------------------------------------- /wednesday.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CUNYTechPrep/2022-fall-web-dev/HEAD/wednesday.md --------------------------------------------------------------------------------