Zero to Mastery (ZTM) Tutorial for creating React Web Application (React v19 + Class Components + Hooks)
A web app displaying a list of different robot profiles. Search function allows user to locate the desired robot profile(s). Profile pictures are from robohash.org, and the profile objects are from jsonplaceholder.typicode.com.
- Clone this repo
- Run
npm install - Run
npm start
Note: This project was bootstrapped with Create React App.