This is an open-source website designed to assist beginning coders in grasping core concepts of front-end development. The project welcomes contributions from everyone. Once your pull request is merged successfully, please add your name to the list of contributors.
- HTML Files:
index.html,about.html,TEMPLATEPAGE.html,stringConcatenation.html, andnav.htmlOthers are included in Directories - Styles:
style.cssandprism.css - JavaScript:
index.jsandprism.js - Assets:
images: Contains image assets.video: Possibly houses video files.
- Directories:
gettingStarted: Introductory resources or content.javascriptPrincipals: Content or resources related to JavaScript.node_modules: Contains npm packages.
Review the list of issues and select one you'd like to address OR add a HTML page with your name, or some variation on your name to the community folder, then add yourself to the table. Follow the instructions below to do this.
-
Navigate to the Repository URL
Go to https://github.com/movarnell/helpcodeit -
Fork the Repository
Click on theForkbutton in the upper-right corner of the repository.
-
Copy the URL
After forking, you'll be redirected to your forked repository. Click theCodebutton and copy the URL. -
Clone the Repository
Open your terminal and run:git clone [COPIED_URL]
-
Navigate to the Repository
cd helpcodeit -
Create a New Branch
git checkout -b [BRANCH_NAME]
-
Make Your Changes
Edit the files as needed. -
Commit the Changes
git add . git commit -m "Your commit message"
-
Push the Changes
git push origin [BRANCH_NAME]
-
Navigate to the Original Repository
Go to https://github.com/movarnell/helpcodeit -
Open a New Pull Request
Click onPull requests>New Pull Request. -
Select Your Fork and Branch
Choose your fork and the branch you've pushed to. -
Submit the Pull Request
Add any additional comments and clickCreate Pull Request.
Go to https://helpcodeit.com in your preferred browser to view the main page. Navigate through the site using the provided links.
- Michael Varnell
- ... [Your Name Here]
This project is open-source. Please ensure you provide appropriate attribution, linking back to this repository.