Skip to content

EmeryCSI/CSI248F23_IndependentActivity1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Renton Technical College CSI-248


Logo

Independent Activity 1

This repository is a part of CSI-248 at Renton Technical College.

Independent Activity 1 - Components and props

  1. Clone the repository to your local machine. (Do not use OneDrive for assignments in this course!)

  2. Make note of the folder where you cloned the repository.

  3. After you have cloned this repository navigate to your local repository using the cd command.

  4. Open the repository in Visual Studio Code by typing code .

  5. Open the terminal in Visual Studio Code by hitting ctrl + ` or cmd + ` on mac.

  6. Create a new React project in the current directory using vite

  7. Name the project resume

  8. Select React as the framework

  9. Select JavaScript as the variant

  10. Create a resume using React components.

  11. Each section of the resume should be a component with the data passed to it from App.Jsx via props

  12. The resume will have the following sections:

  13. Heading with Name and Title

  14. Contact Information

  15. Summary

  16. Skills

  17. Experience

  18. Education

  19. Here is an example. You may choose any information to list.

image

  1. When it is completed:
  2. Type git add . to stage all updated files.
  3. Type git commit -m "Indepdendent Activity 1 Complete".
  4. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors