Skip to content

Using Axios to fetch Rick and Morty character data with features that include search, filter, and pagination

Notifications You must be signed in to change notification settings

AyeChanHtunNaing/rick-and-morty-character-wiki

Repository files navigation

Rick and Morty Character Wiki

This mini-project displays a list of Rick and Morty characters, allowing you to filter them by status and search by name.

Key Functionalities

  • Filter by Status: Allows users to filter characters based on their status (e.g., Alive, Dead, Unknown).
  • Search by Name: Users can search for characters by their names.
  • Pagination: The character list is paginated, enabling users to navigate through multiple pages of results.
  • Loading Indicator: A countdown and loading indicator inform users while data is being fetched.

The application uses Vue.js for building the user interface and Axios for fetching data from the Rick and Morty API.

Screenshots

Showing All Data

image

Loading Indicator for Data Fetching

image

Filter for Alive Data

image

Searching Character by Name

image

Pagination

image

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

Using Axios to fetch Rick and Morty character data with features that include search, filter, and pagination

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published