Skip to content

A responsive and bookmarkable app, with clear indications of resource loading and error messages.

Notifications You must be signed in to change notification settings

stanley-agwu/disney-characters-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

disney-characters-app

This is a simple app that shows data fetching from an API, data display, and presentation. It is responsive, mobile friendly, and also shows URL bookmark functionality.

Getting started

npm start

Start the app, by running the following command:

npm run start

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

npm test

Launches the test runner in the interactive watch mode.

npm test:ci

Launches the test coverage in an interactive mode.

Usage

The app on load shows an input field for running a search of Disney characters. Upon the type of at least a letter, it queries the API for data relating to the query. The data of Disney characters are displayed on a table. Upon clicking on an item on the table, it directs to detailed information about the Disney character. The pages are bookmarkable.

Thank you

A warm thanks to Disney API - which provided a free API for this app.

disney-api

More information

disney-characters-app

Github