Skip to content

MontCode/web-development-proficiency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Web Development Proficiency

Topics to study to gain proficiency in web development. See below the Topics section for information on how to create and update your own personal version of this list.

Contribution

Do you know of a topic in web development that you want to learn more about? Is there a topic that you feel is important but not included? Do you have a good link for a topic missing one?

Feel free to leave a comment, issue, or send a pull request to add or update the list. Details are listed below the topics

Topics

HTML

CSS

  • Common CSS terms
  • Developer Tools - Chrome
  • Developer Tools - Firefox
  • CSS Resets
  • Understanding specificity
  • Combining Selectors
  • The Box Model
  • Box Sizing
  • FlexBox

JavaScript

  • [ ]

How to make your own updatable copy

Forking

From the main page of this repository, press the fork button found towards the top right of the page.

Maintaining the Checklist

You can mark todo items as complete by changing the - [ ] to - [x]

Updating to match the master list

  1. On your repository, click Pull Request
  2. Change the base fork to your fork
  3. Click the compare across forks
  4. Change the head fork to MontCode's form
  5. How many repos have updates?
  6. Both * Click Create Pull Request * Update the pull request information as neccessary * Click Create Pull Request * Use the command line or GitHub Desktop to resolve the merge conflicts. Be sure to git pull first.
  7. Only one * Click Create Pull Request * Update the pull request information as neccessary * Click Create Pull Request * Click Merge Pull Request * Click Confirm Merge Request

Contributing 💞

  1. Fork the repo
  2. Create a branch for the feature: git checkout -b new-feature-name
  3. Commit: git commit -am 'Add a cool thing'
  4. Push to the branch: git push origin new-feature-name
  5. Submit a pull request

About

Topics to study to gain proficiency in web developement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published