This is a character listing application that allows listing The Rick and Morty api with using GraphQL.
- Character Listing: This app provides you with a comprehensive list of available characters
- View Character Detail: Character detail page offers an in-depth look into their specific details, including their location, origin, and episodes they've appeared in.
- Search: The built-in search functionality allows you to quickly locate character cards by typing their names.
- Sort: Sort characters by their status, including "Alive," "Dead," or "Unknown."
-
React: React is a library for web and native user interfaces
-
Next.js: Next.js enables you to create full-stack Web applications by extending the latest React features, and integrating powerful Rust-based JavaScript tooling for the fastest builds.
-
TypeScript: TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
-
Vercel: Vercel is a cloud platform that enables developers to host websites and web services that deploy instantly, scale automatically, and require no supervision.
-
Clone the repository:
git clone https://github.com/your-username/character-viewer-app.git
-
Install:
cd character-viewer-app
thennpm install
-
Running: run
npm run dev
-
Building: run
npm run build