Skip to content

magicandcode/reactfriends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Friends

React Friends

The original project utilises an external development API to fetch user data and display "user profiles" where users are searchable with live search. User avatars are generated via RoboHash, using the robot set.

I've enabled selecting a specific image set from the five available sets and then adapted the app to display "Cats" rather than "Robots" if the cat-set is selected. I've also added a search counter to display the search result count.

Local Installation

  • Clone this repo: git clone <repo>
  • Install locally by running npm install
  • Run npm update if prompted.
  • If there are warnings when installing, run npm audit fix.
  • Start development server by running npm start

Warning

Note that the version of react-dev-utils might have to be exactly 10.1.0, else there could be a type error and the app is unable to run.

About

An extended React project from Complete Web Developer in 2020: Zero to Mastery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors