/rick-and-morty-app

This is a little website fetching data from rickandmortyapi.com. { Vue3, Typescript, HTML5, CSS3, Rest API}.

Primary LanguageVue

rick-and-morty-app

Project setup

To run the application, you need to install the dependencies by running the following command:

npm install

Compiles and hot-reloads for development

In the project directory, you can run:

npm run serve

Technologies

App built using Vue 3 | Typescript | Bootstrap | CSS | HTML | Fetch API from https://rickandmortyapi.com/

Tested with Postman

About

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.