cards-list
muhammadaali/cards-list
TypeScript
Using Angular 9, A responsive demo which would take a string in a form input and search for people using this string input in this public API https://swapi.co. All retrieved results rendered as cards and each card have the character’s details (Name, Gender, URL, Height, Homeworld). Once rendered the user should be able to drag and drop the cards to reorder them on screen. The code is documented and has some unit tests.