Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 835 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 835 Bytes

Simple React JS Project

What is the use of this Repo

This Project is a Simple ReactJS Project which demonstrates the following

  1. Creating a Component in React
  2. Fetching data from api that gets users information and also, updates "Profile Card" photo each time we refresh browser
  3. Async await props useState react hooks
  4. Not much focus on styles more so on learning and mastering reactjs

The project Template can be used to build bigger projects

Image

ugly

Prerequisites

  1. Install nodejs
  2. Cd inside appscipy and npm start running localhost on port 3000

refresh browser 3x times when page loads and get your new profile card. Inspect page and fetch users information.