This repository is a part of CSI-248 at Renton Technical College.
-
Clone the repository to your local machine. (Do not use OneDrive for assignments in this course!)
-
Make note of the folder where you cloned the repository.
-
After you have cloned this repository navigate to your local repository using the cd command.
-
Open the repository in Visual Studio Code by typing
code . -
Open the terminal in Visual Studio Code by hitting ctrl + ` or cmd + ` on mac.
-
Create a new React project in the current directory using vite
-
Name the project resume
-
Select React as the framework
-
Select JavaScript as the variant
-
Create a resume using React components.
-
Each section of the resume should be a component with the data passed to it from App.Jsx via props
-
The resume will have the following sections:
-
Heading with Name and Title
-
Contact Information
-
Summary
-
Skills
-
Experience
-
Education
-
Here is an example. You may choose any information to list.
- When it is completed:
- Type
git add .to stage all updated files. - Type
git commit -m "Indepdendent Activity 1 Complete". - Type
git push.
If you have any questions about this assignment please reach out to myself or our TA for this course.
Feel free to message your instructor or the TA on Canvas if you have any questions.

