Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrearcaina/cps530-website
A progressive website displaying all of my lab assignments for CPS530. Goes through the fundamentals of web development. Utilizes Bootstrap, jQuery, Perl, PHP, mySQL.
https://github.com/andrearcaina/cps530-website
bootstrap5 javascript jquery mysql perl5 php8
Last synced: 6 days ago
JSON representation
A progressive website displaying all of my lab assignments for CPS530. Goes through the fundamentals of web development. Utilizes Bootstrap, jQuery, Perl, PHP, mySQL.
- Host: GitHub
- URL: https://github.com/andrearcaina/cps530-website
- Owner: andrearcaina
- Created: 2023-09-26T23:39:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T02:34:06.000Z (about 1 year ago)
- Last Synced: 2024-10-13T11:42:34.903Z (3 months ago)
- Topics: bootstrap5, javascript, jquery, mysql, perl5, php8
- Language: HTML
- Homepage: https://www.cs.torontomu.ca/~aarcaina/
- Size: 23.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPS530 Website
- This is a progressive website with all of my labs for Web Systems Development.
- Touches on the basics of web development and goes through a variety of languages.
- For more information, check this link: [CPS530](https://www.torontomu.ca/calendar/2023-2024/courses/computer-science/CPS/530/).## Source Code
- [Lab01](https://github.com/andrearcaina/CPS530-Website/tree/main/labs/Lab01): Pure HTML
- [Lab02](https://github.com/andrearcaina/CPS530-Website/tree/main/labs/Lab02): Lab01 with CSS
- [Lab03](https://github.com/andrearcaina/CPS530-Website/tree/main/labs/Lab03): Bootstrap5 and Media Queries
- [Lab04](https://github.com/andrearcaina/CPS530-Website/tree/main/labs/Lab04): JavaScript Form Handling
- [Lab05](https://github.com/andrearcaina/CPS530-Website/tree/main/labs/Lab05): JQuery, Bootstrap, JS
- [Lab06](https://github.com/andrearcaina/CPS530-Website/tree/main/labs/Lab06): SVG Polygons and Flags
- [Lab07](https://github.com/andrearcaina/CPS530-Website/tree/main/labs/Lab07): Perl and CGI
- [Lab08](https://github.com/andrearcaina/CPS530-Website/tree/main/labs/Lab08): PHP
- [Lab09](https://github.com/andrearcaina/CPS530-Website/tree/main/labs/Lab09): PHP & mySQL
- Lab09 needs a VPN to bypass (I use a Student VPN by TMU called OpenVPN)
- [Lab10](https://github.com/andrearcaina/CPS530-Website/tree/main/labs/Lab10): ASP, Python, Ruby and Vue
- Lab10 Problem 3 will be hosted on Github Pages in another repository: [Quizzard](https://github.com/andrearcaina/Quizzard)## Frameworks
- Bootstrap5 (Lab03, Lab05, Lab06)
- Vue.js (Lab10)## Libraries
- JQuery (Lab05, Lab08)
- html2canvas (Lab05)## Languages
- HTML
- CSS
- JS
- Perl
- PHP
- SQL (mySQL)
- ASP
- Ruby
- Python2