learner-materials-api-calls-and-hooks-in-react

The World of Disney React App

https://albertoconcovia.github.io/learner-materials-api-calls-and-hooks-in-react/

Introduction

Throughout this guided lab you’ll be working with React Hooks 🪝

The lab will guide you through updating an existing React application to introduce API calls and React Hooks

The application

The application is called The World of Disney and users can browse through an entire list of Disney characters!!

World of Disney App

As a sense of direction these are the steps you’ll cover

Running the application

Why not start the application before we begin to change it

To start the application run:

npm install

Followed by:

npm start

You should then be able to access the application by opening the browser and visiting

http://localhost:3000

Running Test

npm test

Let’s get started

Assuming you were able to start the application, let’s move on to the first activity and bring in the API call.