To run the application, you need to install the dependencies by running the following command:
npm install
In the project directory, you can run:
npm run serve
App built using Vue 3 | Typescript | Bootstrap | CSS | HTML | Fetch API from https://rickandmortyapi.com/
Tested with Postman
This is a little website fetching data from rickandmortyapi.com. You can visualize all the characters and all the locations of the cartoon, and for each location, you can check its residents. You can also let the app suggests random characters through the 'Random' option in the menu. The characters' card style is bound to the data, so alive characters have a green border and dead characters have a red border.