Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 317 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 317 Bytes

robofriends

Tutorial for React created via the Complete Web Developer: Zero To Mastery Course.

This version of Robofriends uses hooks (useState & useEffect).

Live Version: Robofriends

To run the project:

  1. Clone this repo
  2. Run npm install
  3. Run npm start