My first test project And this is the first edit of the file. (Congrats for Tusk!)
https://dillinger.io/ - helps writing readme in markdown
https://validator.w3.org/#validate_by_upload - html and css validator
https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties
https://hackhands.com/70-Expert-Ideas-For-Better-CSS-Coding/
https://css-tricks.com/snippets/css/a-guide-to-flexbox/ - z tego uczył się Rasheed
https://medium.freecodecamp.org/the-ultimate-guide-to-flexbox-learning-through-examples-8c90248d4676
https://www.webmechanix.com/advantages-of-html5-and-semantic-markup
https://developer.mozilla.org/en/docs/Mozilla/Mobile/Viewport_meta_tag
https://stackoverflow.com/questions/436411/where-should-i-put-script-tags-in-html-markup
http://accessibility.psu.edu/images/imageshtml/
https://www.w3schools.com/tags/tag_comment.asp
http://udacity.github.io/frontend-nanodegree-styleguide/css.html
https://www.w3.org/TR/css-flexbox-1/
https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure
https://developers.google.com/web/fundamentals/design-and-ux/responsive/images
http://youmightnotneedjquery.com/
http://vanilla-js.com/
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode
https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/breadcrumb/index.html
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex
https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
https://en.wikipedia.org/wiki/Firesheep
https://codebutler.com/2010/10/24/firesheep/
https://css-tricks.com/using-fetch/
https://developer.mozilla.org/en-US/docs/Web/API/Headers
https://developers.google.com/web/updates/2016/03/focus-start-point?hl=en
https://http2.github.io/http2-spec/compression.html
https://material.io/design/#settings-placement
chrome://settings/search#proxy
chrome://settings/search#Certificates
https://reactjs.org/docs/rendering-elements.html
https://stackoverflow.com/questions/5926672/where-does-npm-install-packages
https://github.com/facebookincubator/create-react-app
https://facebook.github.io/react/blog/2016/07/22/create-apps-with-no-configuration.html
https://facebook.github.io/react/blog/2017/05/18/whats-new-in-create-react-app.html
https://reactjs.org/docs/components-and-props.html
https://www.reactenlightenment.com/react-state/8.4.html
https://tylermcginnis.com/functional-components-vs-stateless-functional-components-vs-stateless-components/
https://facebook.github.io/react/docs/thinking-in-react.html#step-4-identify-where-your-state-should-live
https://medium.com/javascript-scene/setstate-gate-abc10a9b2d82
https://reactjs.org/docs/typechecking-with-proptypes.html
https://medium.com/react-ecosystem/react-components-lifecycle-ce09239010df
https://reactjs.org/docs/react-component.html
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Preflighted_requests
https://www.youtube.com/watch?v=8GXXGJRDMdQ&list=PLqrUy7kON1mfWjiu0GWQhefWSx38v0UGo
freecodecamp react lessons
https://www.npmjs.com/package/prop-types
https://facebook.github.io/react/docs/typechecking-with-proptypes.html
how to kill react webpack server:
https://github.com/reactjs/react-router-tutorial/issues/240
taskkill //PID $(netstat -ano | grep 3000 | awk '{print $5}') //F >/dev/null 2>&1
netstat -ano | grep 3000
taskkill //PID ... //F
https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en-US
https://github.com/facebook/react-devtools
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/match
https://facebook.github.io/react/docs/thinking-in-react.html
https://tylermcginnis.com/functional-components-vs-stateless-functional-components-vs-stateless-components/
https://facebook.github.io/react/docs/forms.html
https://github.com/reacttraining/history
https://reacttraining.com/react-router/web/api/Link
https://github.com/udacity/reactnd-contacts-complete/commit/ce3a9a8a0f1d8d0224eba663e512cd309fb1f804
https://www.klaasnotfound.com/2016/11/06/making-google-maps-work-with-react/
Running react app with specified port:
package.json:
"start": "set PORT=3006 && react-scripts start",
Details: facebook/create-react-app#1083
https://medium.com/@morgannegagne/google-maps-with-react-951c12b723ad
https://developers.google.com/web/updates/2016/03/focus-start-point?hl=en
https://webaim.org/techniques/skipnav/
git remote add origin https://github.com/maszklarz/fend_memory_game.git
git remote -v - weryfikacja
git push -u origin master
git log --decorate --oneline --graph -all
git diff --staged <filename>
git reset --hard HEAD^ - remove the latest commit; works only before push!
Ctrl+Alt + cursor - multiline selection