Skip to content

A demonstration on building unique profile pages in React

Notifications You must be signed in to change notification settings

wellgordon/userpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

The original impetus for this project was to work with web apis using the third party library axios. However, it soon became apparent that this would be a good platform to demonstrate working with pseudo-apis in the form of localStorage.

Each user pulled from the http://randomuser.io web api is simulataneously written to the main users page, as well as written to a unique localStorage object. Clicking on a user renders a new individual user component, which pulls its data from that user's local storage object based on a unique user key.

Thanks

Thanks go out to Ken Powers and George Daole-Wellman for their input.

About

A demonstration on building unique profile pages in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published