Skip to content

Instantly share code, notes, and snippets.

@MrAFerreira
MrAFerreira / README.md
Created December 13, 2023 17:43
Module 2 (React) Project README example

Project Name


Description

Project management App that allows users to create projects and tasks.


Javascript Intro | Lesson



  • Javascript was created to be used on the browser alongside HTML and CSS
  • With Node it can be used on servers
  • It is lightweight, interpreted and has first-class functions
  • Javascript and ECMAScript are interchangeable names, we'll use ES6 onwards

General and Errors FAQ

Cannot read property "x" of undefined

This error appears when you try to access a property of a variable but that variable is undefined.

The most common scenario for this is trying to access a property inside an object that is also inside an object.

@MrAFerreira
MrAFerreira / README.md
Last active November 28, 2023 11:32 — forked from ross-u/README.md
M3 README EXAMPLE

Project Name


Quick Compo


Description

@MrAFerreira
MrAFerreira / README.md
Last active August 11, 2023 13:01 — forked from ross-u/README.md
Module 2 - Project README example

Project Name


Description

Search platform for restaurants in Barcelona and creating the favorite list of restaurants.

@MrAFerreira
MrAFerreira / logosvg.html
Created October 28, 2021 20:19
svg code for uniplaces logo
<svg width="139.9" height="48.2" viewBox="0 0 208.1 48.2">
<path
fill="#FFF"
d="M37.9 1.1L2.3 0C.9 0-.2 1.1 0 2.6l6 44.1c.2 1.5 1.3 1.9 2.5 1.1l4.8-3.4c1.2-.8 2.9-1.5 4.8-1.4s16.5 1.1 16.5 1.1c1.5.1 2.7-1 2.9-2.5l2.8-37.7c.2-1.5-.9-2.7-2.4-2.8zm-.7 4.2L35 40.2c0 .6-.5 1-1.1.8l-11.3-2.4c-1.6-.3-2.7-1.2-2.9-2.8L16.8 9.7c-.1-.6.4-1.2.9-1.3l18.4-3.9c.7-.1 1.1.2 1.1.8z"
></path>
<g fill="#FFF">
<path
d="M93.7 21.4l-2.1 17.2c-.1.5.3 1 .9 1h5.2c.4 0 .6-.1.7-.5l2.2-17.6c0-.4-.3-.7-.7-.7h-5.4c-.4-.1-.7.2-.8.6M202.1 27.6c-1.5-.6-3-1.2-2.8-2.4.1-1 1-1.3 2.1-1.3 1.4 0 3.2.6 4.3 1.1.5.2 1 0 1.2-.5l1.1-3.2c.1-.3 0-.6-.2-.8-1.7-1.3-4-1.8-6.3-1.8-4.1 0-8.2 2-8.7 6.7-.4 3.6 2.6 5 5.3 6.3 1.3.6 2.6 1.2 2.4 2.3-.1 1.1-1 1.3-2.1 1.3-1.6 0-4-.6-5.4-1.1-.4-.1-.8 0-.9.4L191 38c-.1.4 0 .9.4 1 1.5.7 4.1 1.3 6.4 1.3 5.9 0 8.9-2.5 9.4-6.9.3-3.6-2.6-4.8-5.1-5.8M82.7 18.6c-3.3 0-6.9.9-9.2 1.8-.9.4-1.5.9-1.6 1.6l-2.1 16.9c-.1.4.3.6.7.6h5.3c.4 0 .