Website where users can search and browse for UCI courses using filters such as term, department, and course number.
- Node.js
- npm
- Clone the repository.
- Navigate to the project directory:
cd uci-course-catalog - Install dependencies:
npm install
- Start the development server:
npm start - Open
http://localhost:3000to view it in the browser.