Web Development

Front-end Web Development

Become an industry expert and create amazing web resources using front-end web technologies.

Build dynamic and highly responsive websites

In this course you would be taught the fundamentals of the web using HTML and CSS, and advance progressively to complex JavaScript frameworks, such as React and Node JS.

rawpixel-799380-unsplash.jpg
Play Video

Learn Web Development from scratch as a Beginner! Lets take you through all it takes to be a professional web designer!

What you will learn:

  • BUILDING BLOCKS OF WEB APPLICATION DEVELOPMENT
  • BUILD COMPOSABLE USER INTERFACES USING REUSABLE COMPONENTS
  • BUILD SINGLE PAGE APPS (SPAS)
  • BUILD PERFORMANT, INTERACTIVE AND DATA DRIVEN WEB APPLICATIONS
  • BUILD DYNAMIC COMPONENTS THAT INTERACT WITH APIS, SERVICES
  • WRITE REUSABLE, SHARED LOGIC FOR USE IN APPLICATION ECOSYSTEM

 

Course Content

  • Intro to Html, CSS and Javascript
  • Creating your first web page with Html css and Javascript
  • What is React?
  • Using the create-react-app
  • What are components
  • Learn about state which allows you to describe changes to your UI using data.
  • Learn about the fundamentals of the Hooks API that lets you incorporate state in a Function component.
  • Understand how to use props as conduits that allow you to pass data from a parent to a child component.
  • You will learn about React router and its use in designing single page applications. You will also learn about single page applications and use React Router to design single page applications.
  • In this module you will be introduced to uncontrolled and controlled forms and briefly examine form validation in React applications. You will get an overview of the Flux architecture and introduced to Redux as a way of realizing the flux architecture
  • In this module you will explore Redux further including Redux action, combining reducers, and Redux thunk, client-server communication using Fetch and the REST API. You will get a brief introduction to animation in React.
  • You will also learn about testing, building and deploying React applications.