Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanahem/nba-highlights
🏀 A training project in ReactJs
https://github.com/hanahem/nba-highlights
Last synced: 25 days ago
JSON representation
🏀 A training project in ReactJs
- Host: GitHub
- URL: https://github.com/hanahem/nba-highlights
- Owner: hanahem
- Created: 2018-02-22T09:36:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:24:26.000Z (about 2 years ago)
- Last Synced: 2024-10-08T03:21:15.527Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NBA Highlights
Training project in ReactJs.
## Introduction
This is a training project created to try ReactJs's different functions and features.
The projects shows mainly how to use:
```
Components
Routes
Links
Props
Fetching API
REST API mock
CSS Styling
Destructuring assignment
React CSS Transitions
Templating string
```## Dependencies
[email protected]
[email protected]
json-server
npm## Intallation
In order to launch the project, you need to clone the repository.
The project calls to a REST API mockup, using json-server.1 - Launch the json-server mock in one terminal
```
npm install
json-server --watch db.json --port 3004
```2 - Launch the application
```
npm start run
```## Images
I have no rights on the images.
## Screenshots
Home Page
![alt text](homepage.png)Team Search
![alt text](search.png)