Skip to content

tiffanyfrance/CAPP30239_FA22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Visualization for Policy Analyst

CAPP30239 FALL 2022

Welcome to CAPP 30239!

Useful links:

Please turn all homework in on your GitHub. Submit in week_## folder.

Setting Up Environment

Install Visual Studio Code

Create a GitHub Repository

  • If you haven't used GitHub, create an account.
  • Create a new repository in GitHub called CAPP30239_FA22
    Screen Shot 2022-09-26 at 9 03 51 AM
    Screen Shot 2022-09-26 at 9 52 02 AM

Download (Clone) & Test Repository

This can be done a number of ways so if you are used to a different way you can do that and skip this part.

  • Copy URL from repository in browser
    Screen Shot 2022-09-26 at 9 06 15 AM
  • In terminal git clone [paste your repo URL]
    Screen Shot 2022-09-26 at 9 57 02 AM
  • Open local repository in Visual Studio Code
  • In .gitignore file add this line.
**/.DS_Store
  • In terminal, git status to see change
  • git add
  • git commit -m 'Add a commit message here'
  • git push
  • Check github.com to make sure commit was uploaded

Customize Your Readme.md

During this quarter, I want you to get into the habit of writing good documentation as you create code. This includes well-documented Readme files. The root level README.md should contain information about the repository, such as dates, descriptions, images, a general overview of what is included in the repository, and how the code should be used.

  • Write introduction to the repository in the root README.md file.

👋 Don't forget to add your GitHub Repo URL to the class spreadsheet

About

CAPP 30239_FA22 Course Work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published