jkcog / swapi-vue

A vue application that displays details from the swapi api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWAPI Vue Application

A Vue js application for displaying and searching through character details from the SWAPI API.


This project uses Vuex for state management and is styled using Tailwind CSS.


Next Steps

- Implement unit testing

Implementing unit testing will make the code easier to maintain and extend.

- Implement a fuzzy search

Fuzzy search approximately matches strings in a way which takes into account potential misspellings. Implementing this could improve the user experience by being more forgiving of misspellings in the user input.

About

A vue application that displays details from the swapi api


Languages

Language:Vue 47.2%Language:JavaScript 29.0%Language:CSS 14.0%Language:HTML 9.8%