Skip to content

SonyaMoisset/NBA-Highlights_REACT

Repository files navigation

NBA Highlights

Greenkeeper badge

A React web application where NBA highlights are fetched from a json file

To see the project:

  • Clone/download it
  • Use npm install
  • Use json-server --watch db.json --port 3004

This application includes examples of major features of React including:

  • ES6 syntax
  • Templating string
  • Destructuring assignment
  • fetch API
  • React Router
  • Component-based architecture
  • CSS Partials/Imports
  • React Slider on homepage masthead
  • React CSS Transitions
  • Validations message for subscription emails
  • Save data to DB
  • Poll to choose best teams

Features

  • A user can see NBA highlights
  • A user can see a list of NBA teams
  • A user can search for his/her favorite team
  • A user can see a team profile
  • Validation message for subscription emails