Game of Thrones Characters App

INSERT YOUR GRAPHIC HERE

The goal of the this app

Build application to show characters from “Game of Thrones”.Your mission is to show characters from “Game of Thrones” in a table with several functionalities. The api to be used is from [https://anapioficeandfire.com/]. Documentation about the API is available there as well.

In the application we want to see the following functionalities:

Pagination (max 10 on a page) Filtering on different columns (text filter on the table) Sort ordering on different columns Bonus:

Try to minimize requests sent to the api. (back button not fetching data again) We want to get an idea about the age of the character. The current api does not havethis data available. You could guess this on first name by using [https://agify.io] api. Use a CSS framework of you choice to style your components. Build this application with React or Vue, whatever your preference is. Make sure the application is production ready and well documented.

Features

  • Pagination (max 10 on a page)
  • Filtering on different columns (text filter on the table)
  • Sort ordering on different columns
  • Adding Age custom

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.