Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.96 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.96 KB

Get Started

Clone the repo:

git clone https://github.com/Yanir-R/NBA-PlayersAPI.git

Install dependencies :

npm i

Run the Server:

npm start

Open Your Browser At:

http://localhost:3000/

Table of Contents js-standard-style

Introduction

React JS app that pulls data of NBA players from Balldontlie.io, allows you to set a favorite that's added to a list (and also deselect the favorite)

Features

  • Simple Search on Player Name
  • Save & Delete favorites players from your list
  • Change with Toggle favorite players background color
  • Responsive Design

Instructions

  • Initially the application with your Browser at http://localhost:3000/
  • the first call is to the API to bring our list of players
  • you can search players by their first name or full name search works on both lists
  • Add\Delete Players from NBA Player List 👉 Favorite Players List, and they popup at the right side of the page
  • Change your Favorite Players background color with the Button Change your Background Color

Motivation

I created the project to test my abilities With API, React & Bootstrap.

Technologies

reactjs typescript bootstrap css

License

MIT © Yanir-r