Skip to content

constructorlabs/shared-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 

Repository files navigation

Shared resources

Contributing guide

  • To get started fork and clone this repo
  • To add more information first create new branch using git checkout -b <branch name>
  • Add information to this README file. It uses markdown formatting https://guides.github.com/features/mastering-markdown/
  • Once information has been saved in README. Use git commit -am "<commit message>" to commit changes to your branch
  • Push your branch up to your forked repo using git push origin head
  • Once branch is pushed up create a pull request
  • Important make all your changes on your feature branch not master.

Getting updates from upstream

  • The first time you want to get latest changes from upstream repo you will need to add it as a remote.
  • To do that run git remote add upstream [email protected]:constructorlabs/shared-resources.git. You only need to do that once
  • All changes will be coming in on master branch. Make sure you are on master branch before pulling down changes - git checkout master
  • To pull latest changes to master from upstream run git pull upstream master
  • At this stage you can checkout a feature branch as above and continue as before.

JS

HTML

CSS

Flex

Grid

Array methods

Concise list of array methods with links to usage

Does it mutate??

Scope

Some people on Reddit got together and made a quiz based on the contents of You Don't Know JavaScript.

Objects

DOM and Events

fetch and AJAX

React

Tools

rips out colors and applies a grid and borders.

Awesome, can't live with out it.

Evaluates your page to see how accessible it is to things like screen readers.

Find out what font styles are being used on a page and shamelessly steal them for yourself.

For testing responsiveness

The Front-End Checklist Application

VS Code

Design

Icons for everything

Free photo galleries

Photo editing software

A much cheaper alternative to Adobe Photoshop, recommened by Jonny

Logo generator

UX

Regex

Git

Resetting code to last commit - this will abandon any changes and load code as it was at last commit

  • git reset head --hard

Clone repo into new folder - if you want to clone some else's repo without affecting your own copy you can clone it into a new folder. From workspace run

  • git clone

For example running git clone [email protected]:constructorlabs/shared-resources.git my-resources will create a folder called my-resources inside current folder and clone shared-resources repo into the folder.

About

Further reading and resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages