alicepcgo / Rick-and-Morty-Data-Index

A simple Angular application using Bootstrap e Axios that lists and displays details of items fetched from Rick and Morty API. This app provides descriptions of characters, locations, and episodes from the show.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rick and Morty Data Index

Rick and Morty Data Index is a simple Angular application that uses Bootstrap to list and display details of items fetched from the Rick and Morty API. The application includes a mock login screen where the username and password can be any values.

Technologies Used

  • Angular 18.0.1
  • Axios 1.7.2
  • Bootstrap 5.3.3

Features

  • Mock Login: A login screen where the username and password can be any values.
  • Item Listing: Lists characters, locations, and episodes fetched from the Rick and Morty API.
  • Item Details: Displays individual details of characters, locations, and episodes.
  • Route Guard: Simple authentication check using localStorage to protect routes.

How to Run

  1. Clone the repository:

    git clone https://github.com/your-username/rick-and-morty-data-index.git
    cd rick-and-morty-data-index
  2. Install dependencies:

    npm install
  3. Run the application:

    ng serve
  4. Open your browser and navigate to:

    http://localhost:4200
    

Made by AlicePCGO, 2024.

About

A simple Angular application using Bootstrap e Axios that lists and displays details of items fetched from Rick and Morty API. This app provides descriptions of characters, locations, and episodes from the show.


Languages

Language:TypeScript 56.3%Language:HTML 38.6%Language:CSS 5.2%