A collection of useful resources.
This is a collaborative effort and anybody can make a pull request.
The repository does not allow pushes to the main branch so please ensure to create a new branch before pushing, steps on how to contribute are below.
- VSCode
- CSS
- Emmet
- Git
- Google Dorks
- Terminal Shortcuts
- Colour, Fonts, Images and Icons
- Note taking & Productivity
- Reference & Docs
- Inspiration
- Frameworks
- Tools & Plugins
- Mock Data & Placeholders
- NPM Packages
- Learning Resources
Clone the repo, cd into the repo and create a branch.
git clone https://github.com/adampaulsackfield/resources-list.git
cd resources-list
git checkout -b my-branch-nameMakes your changes add, commit, there is no harm in adding any changes from the main branch. Finally push your branch to GitHub.
git add -A
git commit -m "My super awesome links"
git pull origin main
git push origin my-branch-nameGo to the repo URL and open a pull request to merge your branch into main.
Any problems feel free to reach out.