In this session we covered the basics of React from defining what React is, to talking about components, props, and state.
The take home assignment is to convert the vanilla Javascript into React. Scaffold the react project using Vite inside a TakeHomeAssignment Folder.
You app should be using the following React concepts:
N/B: You can use the React Folder as a reference to what we covered in this session.
After you scaffold your project, you can run the app with the following command:
cd TakeHomeAssignment
npm run dev || pnpm dev