Code Monkey home page Code Monkey logo

frontend-guide's Introduction

[WIP]

FrontEnd Guide

  • Quick Intro about Requests, URL's

Chapter 1 - HTML

  • Quick intro about "What's HTML"
  • Explaining HTML, tips about semantic HTML and why

Exercising:

  • Create an News Journal using semantic HTML, without CSS and JS (I've to create the expected result)

Chapter 2 - CSS

  • What CSS means (explaining why is cascading stylesheets)
  • CSS Selectors
  • How CSS relates with HTML
  • Pure CSS, SCSS (show another CSS pre processor, only for curiosity)
  • Some daily CSS tricks that can explode our head if we dont know about it
    • notes: add those properties here

Exercising:

  • Style the News Journal page with pure CSS, and after that, style using SCSS

Chapter 3 - JS

  • About the Language, interpreted language (compiled nuance about)

  • Funfact about console.log + alert, related with browser engines

  • Talk about Objects and References (important note to our daily tasks, we casually mutate objects)

  • Quick Intro about JS compile / transpile and browser engine steps

  • fig 1 image

  • fig 2 image

  • Backward Compatiblity

  • Ecma's Intro + ES6

  • JS vanilla, small things

Exercising:

  • Create some JS interactions, like toggle some articles, change News Journal theme (with CSS variables).

  • Consume some open API to populate our News Feed, refactor the code to style our new feed.

  • Some JS Patterns

  • Factory and JS Observer Pattern (not extending so much, this can be very long, talk about subscribers, watchers etc...)

  • Using Observer Pattern in some peace of News Journal code ("like" and "dislike" articles? Update "likes" counter? Some simple feature)

(depending on seniority, we can skip some steps and go for VueJS steps)

  • VueJS Intro
  • VueJS relation Observer Pattern
  • Styleguide, Core Concepts
  • VueJS Docs +++
  • Everest

Exercising:

  • Refactor our News Application to VueJS using Everest Components and Tokens (make a result App)

Extra:

  • add articles
  • remove articles
  • some extra features related with News Journal

Some Ideas:

  • Maybe we can have the News Journal at Figma, to be more like Revelo daily tasks.

frontend-guide's People

Contributors

lucassonsinlima avatar

Stargazers

 avatar

Watchers

 avatar

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.