Giter Club home page Giter Club logo

learning's Issues

Put Matthew's HTML & CSS into my Angular framework

https://codepen.io/MadeByMike/pen/16af5ab0cb8e81c7f86ec2bab5f07e37?editors=1100

Matthew kindly agreed to let me put his CodePen material, based on my initial RainyDay version, onto GitHub. He used HTML, SCSS and Javascript.
I think I will convert the SCSS to CSS in CodePen before pushing it into a new repo. That way I can configure the CSS and learn as much as I can from it.
I acknowledge that it is industry practice to use bootstrap and I aim to learn this soon.

2019 Conference Calendar

Make a list of dev conferences in 2019 that I would like to attend. Check if they have diversity ticket allocations available.

Write up notes Paul Lessing convo

The ng Girls Angular tutorial is very similar to what you will have to create for RainyDay so continue doing it and get comfortable with it.

Put Matthew HTML into Angular
You already have Matthew's HTML and CSS, so it will just be a matter of plugging those into the Angular framework which will be quite easy.

When you push the Dark Sky API to GitHub other people will be able to see it (ASK FOR PAUL's HELP BEFORE I DO THAT)

You'll create a task list in angular. A class function that inputs - gives response weather (rem API waiter, Amina) and output is correct clothing. Eg IF raining, RETURN waterproof jacket

To open up the Angular process again in the terminal, run ng serve (? Check this). Think of it like opening up and closing a browser.

Absolute & Relative links (6Nov18)

https://moz.com/blog/relative-vs-absolute-urls-whiteboard-friday

With an absolute URL, you are putting the entire web address of the page that you are linking to in the link. You're putting your full domain, everything in the link, including /page. That's an absolute URL.

However, when coding a website, it's a fairly common web development practice to instead code internal links with what's called a relative URL. A relative URL is just /page. Basically what that does is it relies on your browser to understand, "Okay, this link is pointing to a page that's on the same domain that we're already on. I'm just going to assume that that is the case and go there."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.