olegkord / HoopHub

Node JS project for General Assembly WDI
0 stars 0 forks source link

FE # 1 - Index.html #2

Closed steve-chen-nyc closed 8 years ago

steve-chen-nyc commented 8 years ago

Front end - Index.html file

steve-chen-nyc commented 8 years ago

SETUP - COMPLETED BY @olegkord

  1. Create Public Folder.
  2. Create index.html
  3. Create script.js
steve-chen-nyc commented 8 years ago

/ (root) COMPLETED BY @smajik102

  1. nav bar
  2. Search player field / search player button
  3. Create new user button
  4. Login button
steve-chen-nyc commented 8 years ago

/players/:id

handlebar templates for:

  1. User Profiles
  2. Tweets
  3. Fantasy updates 4 Stats from last game 5 Navigation bar - Home / My Player List
steve-chen-nyc commented 8 years ago

/players/:id

create results divs for

  1. user profiles
  2. tweets
  3. fantasy updates
  4. stats from last game
steve-chen-nyc commented 8 years ago

/users COMPLETED BY: @smajik102

  1. create new user form
    • user_name
    • profile_img
    • email
    • password
    • favorite team
    • add players
steve-chen-nyc commented 8 years ago

/users/:id COMPLETED BY: @smajik102

  1. View profile with:
    • User image
    • User_name
    • List of favorite team
  2. Favorite player list
  3. Edit / Delete User
steve-chen-nyc commented 8 years ago

/users/:id

A user should be able to add a new player to the favorite player list

steve-chen-nyc commented 8 years ago

/users/:id

A user should be able to see the wallpaper from their favorite team.