https://github.com/dracula27/first_github_project
Per Scholas - Week1 - JS&CSS Concepts - Assignment: Command Line, Git, GitHub
https://github.com/dracula27/first_github_project
bash command-line git github
Last synced: 2 months ago
JSON representation
Per Scholas - Week1 - JS&CSS Concepts - Assignment: Command Line, Git, GitHub
- Host: GitHub
- URL: https://github.com/dracula27/first_github_project
- Owner: DrAcula27
- Created: 2022-11-16T20:35:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T21:01:28.000Z (over 3 years ago)
- Last Synced: 2025-07-30T02:28:16.023Z (11 months ago)
- Topics: bash, command-line, git, github
- Language: JavaScript
- Homepage: https://dracula27.github.io/first_github_project/
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# first_github_project
Per Scholas - Week1 - JS&CSS Concepts - Assignment: Command Line, Git, GitHub
Use the command line (bash terminal) and git/GitHub to do the following:
- Create new folder called first_github_project somewhere on your local computer
- Inside first_github_project create two folders called old_files and new_files
- Inside old_files make home.html, about.html, contact.html, styles.css, oldstyles.css, user_functions.js, database_functions.js, index.js
- Start a local git repository for first_github_project
- Add files to git
- Make first commit
- Start GitHub repository
- Connect local git repository in first_github_project with your GitHub repository
- Push your first commit
- Delete oldstyles.css
- Move all files from old_files to new_files
- Add files
- Commit
- Push to GitHub
- Create folders in new_files called html_files, css_files, and js_files
- Move files into correct folders (html > html_files, etc.)
- Delete old_files folder
- Add
- Commit
- Push
- Open index.js in vs code using “code” command
- Write: "//Name this is my JavaScript file, do you like it?" in index.js (We are not using the terminal for this)
- Rename database_functions.js to new_database_functions.js
- Add
- Commit
- Push
Finally, submit your GitHub link to finish the assignment.