Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 484 Bytes

Star Wars characters in CSV

  • This Laravel application displays all characters from the SWAPI api
  • The user can select and deselect 3 characters from the paginated data
  • When 3 characters have been selected, the user is able to click the download button that will download a csv file with the 3 selected characters data from the api
  • A reset button also is included to reset the selection

Tools

  • Laravel v8
  • Vue.js v2.6
  • Tailwind CSS