Skip to content

sunmaximus/nfl-player-earch-example__react_redux_react-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Descriptions:

This is a simple search box to lookup NFL player with the current season.

For more information of the API go to: https://developer.fantasydata.com/docs/services/57a01ec514338d17388660cb/operations/57a01ec514338d0a985480e7?

Project Structure

.
β”œβ”€β”€ build                    # All build-related code
β”œβ”€β”€ public                   # Static public assets (not imported anywhere in source code)
β”‚   └── index.html           # Main HTML page container for app
β”œβ”€β”€ src                      # Application source code
β”‚   β”œβ”€β”€ index.js             # Application main file for React and Redux configurations/integrations
β”‚   β”œβ”€β”€ App.js               # Application bootstrap and rendering Routes
β”‚   β”œβ”€β”€ Layouts              # Components that dictate and encapsulated major page structure
β”‚   β”‚   β”œβ”€β”€ index.js         # Main file of layout that will automatically exported
β”‚   β”‚   β”œβ”€β”€ components       # Layout encapsulated Components
β”‚   β”‚   └── module           # Layout encapsulated Redux actions, constants, and reducers
β”‚   β”œβ”€β”€ store                # Redux-specific pieces
β”‚   β”‚   └── reducers.js      # Reducer registry and injection
|   └── module               # Share functions and components to be use anymore
|       β”œβ”€β”€ module           # Share module
|       └── components       # Share components
└── tests                    # Unit tests

Installations

$ npm install
$ npm run start

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published