- Setup and figure out basics
- Create a basic component to show the JSON data in a table
- Setup routing with vue-router
- Look into Buefy to make it look pretty
- Inject/nest a component within the AnimalsList component to display the month available
- Setup filtering
- Setup checking items on the table
- Setup storing and loading to cookies
npm install
npm run serve
npm run build
npm run lint