Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nahuelrosas/rick-and-morty-frontend


https://github.com/nahuelrosas/rick-and-morty-frontend

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        


rick-and-morty-front-end / Modules


Interfaces



rick-and-morty-front-end / Modules / types / Character


Interface: Character


types.Character


Represents a character in the Rick and Morty universe.


Table of contents


Properties



Properties


gender


gender: gender


Defined in

types.ts:35




name


name: string


Defined in

types.ts:32




species


species: species


Defined in

types.ts:34




status


status: status


Defined in

types.ts:33




type


type: string


Defined in

types.ts:36



rick-and-morty-front-end / Modules


rick-and-morty-front-end


Table of contents


Modules



Modules



rick-and-morty-front-end / Modules / App


Module: App


Table of contents


Functions



Functions


default


default(): Element


Renders the main application component.


Returns

Element


The JSX element representing the App component.


Defined in

App.tsx:12



rick-and-morty-front-end / Modules / main


Module: main



rick-and-morty-front-end / Modules / types


Module: types


Table of contents


Interfaces



Type Aliases



Type Aliases


gender


Ƭ gender: "Male" | "Female" | "Genderless" | "Unknown" | ""


Represents the gender of a character.
Possible values are 'Male', 'Female', 'Genderless', 'Unknown', or an empty string.


Defined in

types.ts:21




species


Ƭ species: "Human" | "Alien" | "Humanoid" | "Unknown" | "Mythological Creature" | "Poopybutthole" | "Animal" | "Robot" | "Cronenberg" | "Disease" | ""


Represents the species of a character in the Rick and Morty universe.


Defined in

types.ts:4




status


Ƭ status: "Alive" | "Dead" | "Unknown" | ""


Represents the status of a character.
Possible values are 'Alive', 'Dead', 'Unknown', or an empty string.


Defined in

types.ts:26



rick-and-morty-front-end / Modules / vite-env


Module: vite-env