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?
.
βββ 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
$ npm install$ npm run start