Git Product home page Git Product logo

fullstack-jan-2024's Introduction

MERN Full-Stack

Scaler Full Stack Module Beginner Curriculum

Class - 1

1. Web Fundamentals
2. Introduction to HTML
3. Starting of Portfolio Project

Class - 2

1. Inline vs Block Level Element
2. Different Types List
   -> Unodered List
   -> Ordered List
   -> Description List
3. Tables
4. Forms

Class - 3

1. Css Introduction
2. Different Types Selectors
    -> Element Selector
    -> Class Selector
    -> Id Selector
    -> Attribute Selector
    -> Descendant Selector
    -> Children Selector
    -> Combinatrics
3. CSS Colors
    -> Default Colors
    -> Hex Codes
    -> rbga function
    -> hsla() function
4. Background Properties
5. Text Related Properties (font-family, font-style...)

Class - 4

1. Display
    -> inline
    -> block
    -> inline-block
    -> none
2. box model
    -> content-area
    -> padding
    -> border
    -> margin
3. box-sizing
4. overflow
5. position
    -> static
    -> absolute
    -> relative
    -> fixed
    -> sticky

Class - 5

1. FlexBox
    -> container related properties
        > justify content
        > align items
        > align content
        > flex wrap
    -> items related properties
        > order
        > grow
        > shrink
        > basis
2. Media query
3. FlexBox Example
        > navigation bar
        > cards

class - 6

1. CSS Grid
      -> container related properties
        > place items
        > place content
        > grid-template-column
        > grid-template-row
        > grid-auto-flow
        > gap
    -> items related properties
        > place self
        > grid-row, grid-column

class - 7

1. Specificity
2. Inheritance
3. Box Shadow
4. Different types of units in css

class - 8

1. Introduction to JS
2. Node.js usage and installation
3. Ways of Linking HTML and JavaScript
4. Variable
5. Data Types
6. Arrays in Depth

class - 9

1. Arrays Splice
2. Objects in depth
3. Hoisting with var and let,const
4. Reference Data type manipulation

class - 10

1. Introduction to DOM
2. Element Selector (getElementById, getElementByClassName, querySelector, querySelectorAll)
3. appendChild, insertBefore
4. Event and addEventListener

class - 11

1. Imperative vs dcalrative coding
2. Introduction DOM & Web API
3. How we can access elements from DOM
4. How we can add event listener to element or node
5. How we create new element
6. How we can update and append elements to DOM

Class - 12

Events

1. Click
2. dblclick
3. change
4. keydown
5. keyup
6. mouseout
7. mouseover
8. scroll

addeventlistner -> HOF and it takes callback function where you write actual implementation logic

Class - 13 Weather APP Javascript/projects/weatherapp

* Api link -> https://www.weatherapi.com/login.aspx

* Json -> https://www.w3schools.com/js/js_json_intro.asp

* Api -> https://aws.amazon.com/what-is/api/#:~:text=on%20your%20phone.-,What%20does%20API%20stand%20for%3F,of%20service%20between%20two%20applications.
    https://www.freecodecamp.org/news/what-is-an-api-in-english-please-b880a3214a82/

Class - 14 Kanban Board

Part - 1
## Requirement Discussion and Wireframe Discussion
1. HTML Mock for NavBar(Tool Bar), Ticket Creation Part, Ticket Viewing Part
2. Applied CSS for above mentioned Sections
3. Toogle Tocket Creation part

fullstack-jan-2024's People

Contributors

kachwaluttamsharma avatar sbagaria2710 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.