Start by cloning this project into your local system. Make sure you are able to start the application and run it successfully in your browser prior to the start of the interview to avoid any hiccups.
Create a new branch for the interview. Name the branch with your first and last name: first-last
Install: npm i --force
(force is required due to some lagging dependencies between craco and latest CRA)
Start: npm start