Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 763 Bytes

File metadata and controls

30 lines (17 loc) · 763 Bytes

Web Development (COMP 531)

course website: https://www.clear.rice.edu/comp431/#/assignments

🌐 Overview

This repository contains my coursework and final project for COMP 531 – Web Development at Rice University.
It includes frontend, backend, and full-stack implementations covering modern web development concepts and practices.

📁 Repository Structure


Web-Development/ 
├── HW1/ # HTML/CSS/JavaScript basics
├── HW2/ # JavaScript & DOM manipulation
├── HW3/ # Interactive UI components
├── Ricebook_Final_Project/ # Full-stack social platform project
│ ├── backend/ # Node.js + Express + MongoDB server
│ └── frontend/ # React + TypeScript application
└── README.md