Build a user profile page in React, fetching data from a NodeJS external server.
-
You need Node v16.14.2 to run the
npm
commands -
Get the backend API, fork this repo and follow the instructions
-
Clone the project to your computer
-
Go to the project folder
-
Install the packages with
npm i
-
Run the project with
npm run start