Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 2.32 KB

README.md

File metadata and controls

63 lines (36 loc) · 2.32 KB

You're right! Some Markdown parsers don't support inline HTML, so let's use a reliable approach that works well in GitHub Markdown by directly embedding image URLs. Here’s the corrected version with properly displayed language icons:


🚀 Qinshift Full Stack Web Development Academy

📌 About This Repository

Welcome to the Qinshift Full Stack Web Development Academy GitHub repository! 🎓
This repository contains learning materials, exercises, and homework for mastering full stack web development. This is my journey to full stack MEAN / MEARN

📚 Covered Technologies

Below are the core technologies you'll learn, along with their respective icons for easy recognition:

1. HTML5 HTML5

  • Learn the fundamentals of web structure using semantic HTML.
  • Master forms, multimedia, and accessibility best practices.

2. CSS3 CSS3

  • Explore styling techniques using modern CSS.
  • Understand Flexbox, Grid, animations, and responsive design.

3. JavaScript JavaScript

  • Build dynamic and interactive web applications.
  • Work with ES6+ features, event handling, and APIs.

4. Advanced JavaScript Advanced JavaScript

  • Deep dive into asynchronous programming, closures, and design patterns.
  • Explore functional programming, modules, and performance optimization.

5. Node.js Node.js

  • Learn server-side JavaScript with Node.js.
  • Build REST APIs, work with databases, and use Express.js.

To be continued...


🚀 Get Started

  1. Clone this repository to your local machine:

    git clone https://github.com/QinshiftAcademy/fullstack-web-dev.git
    
  2. Navigate into the project folder:

    cd fullstack-web-dev
    
  3. Follow the learning materials for each section and complete the exercises.

🔗 Practice makes it perfect 🎉