Skip to content

bohmanart/fetch-contacts-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch Contacts Exercise

This exercise uses fetch() to get a paginatated list of contacts from an API. It is then rendered with a component architecture using React and stateless components. Makes use of ReactDOM.createPortal to render a modal of selected contacts outside the DOM hierarchy of the parent component.

To run the project: yarn install && npm start

Open http://localhost:3000 to view it in the browser.

This project was bootstrapped with Create React App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published