course website: https://www.clear.rice.edu/comp431/#/assignments
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.
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