Simple webapp using VueJS and data collected from Collegue Football Data API.
-
Several views for
TeamsList
,FavoritesList
andTeamDetails
. -
Manage favorites teams using
localStorage
, being able to leave a comment about saved team -
Search and Filter by teams properties in list views
# Install packages
$ npm install
# Serve application
$ npm run serve
# Linting
$ npm run lint
-
VueRouter for routes management
-
Ramda for functional programming
-
VueTailwind for stylinlg and UI components
-
Axios for fetching API data