Skip to content

In this app you can chosse an episode and his characters

Notifications You must be signed in to change notification settings

Armando101/RickAndMortyApp

Repository files navigation

RickAndMorty

This project was generated with Angular CLI version 10.0.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Credentials

This App contains fake credentials that generates a fictitial token. You have to login with:

email: [email protected]
password: ImRickAndYouAreMorty

If you aren't register you wont be able to use this app. Episodes page contains a guard that deny access if you aren't logged

Producction

To execute this project in GitHub pages follow the next steps

  1. Install angular-cli-ghpages
npm i angular-cli-ghpages
  1. Add angular-cli-ghpages to your project
ng add angular-cli-ghpages
  1. Deploy your App
ng deploy --repo=https://github.com/Armando101/RickAndMortyApp.git --base-href=https://armando101.github.io/RickAndMortyApp/
  1. Enjoy RickAndMortyApp
    Click the next link to use
    https://armando101.github.io/RickAndMortyApp/home

Features

  • Home Home page show a message and button to login Home

  • Login If you aren't logged you can't use this app Login

  • Episodes You can watch information about episodes availvable Episodes

  • At the End of the page you can find arrows to see more episodes EpisodesNav

  • Characters If you click episode detail you can watch all characters that appers in that episode Characters