Skip to content

guangyaodou/NBA_Players_LookUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS103A CPA02 Web App Demo

This web allows you to browse through all of the NBA players' information and their NBA 2k's ratings. You can even save your favourite players and compare them if you wish.

Here is the web link of this CPA: https://nba-rating-search.herokuapp.com/

Here is a short movie for this CPA: https://brandeis.zoom.us/rec/share/vexjSKpGkH_BHPrS_2XaUG5siXoTPKjc88Tk_IsX_B_q0Y1L8Aei5iaVdJbdGyEM.bvleAWTN2awne2sJ?startTime=1651016588000

First Page

Here is the what the main page looks like: The Main Page

Nav Bar

The nav bars can redirect you to the search page, or it can redirect you to the popular teams in the western and the eastern conference, or it can redirect you to the players collections you created.

Here is the what the nav bar with the most pupular western coniference teams would look like: The Nav Bar

Search Page

This web allows users to search players based on the name, ratings, and teams. The Search Page

Player Profile

You can click into players' profile with their personal information and their draft information. Also, you can add the player into your players collection. The Player Profile Page

Players Collection

You can view your favourite players in flexboxes. Also, you can remove your favourite players from the collection. The Players Collection

Installation

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

Make sure you replace the MongoDB URL, the secret key, and the PORT number before you start using this app.

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

Stars

Watchers

Forks

Releases

No releases published

Packages