Skip to content

charlottewang0605/cs103a-cpa02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPA02: Course Finder Fall20-Spr21

This is a project with new functionality based on PA03. It allows users to select courses, make schedule, rate and comment on the selected course.

First, you need to signup and login as usual.

Then, you can do search by course name feature, just type in the keyword in the course name.
You can also search courses by subject or instructor.
image

You can add course to schedule just as before.

You can rate the course on the schedule on a 1 to 5 scale and also add specific comments, then just click Save.
image

All comments would be presented in the comment list after clicking Comment at the Navigation Bar.
image

You can choose to sort by rating from highest to lowest by clicking Sort in Rating Descending Order.
image

You can also delete the comment by clicking Delete button.
image

Installation

Download the project from github and download nodejs and npm from https://nodejs.org and cd into the folder

Install the packages with

npm install

Start the project with

node app.js

or install nodemon (the node monitoring app) with

npm install -g nodemon

and start the project with

nodemon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published