R3 CODE Academy

HTML

HTML is the first language you learn to start building web pages. It helps you create the structure of a website, such as headings, text, images, and links, in a simple and easy way.

CSS

CSS helps you style your website and control colors, spacing, layout, and responsive design so the page looks clean and professional.

JavaScript

JavaScript adds interaction to your website and helps you build dynamic features like buttons, forms, sliders, and real user actions.

MongoDB

MongoDB is a database used to store application data in a flexible way, making it useful for modern full-stack web projects.

React

React helps you build fast and reusable user interfaces by splitting the page into components that are easier to manage and update.

Node.js

Node.js lets you run JavaScript on the server so you can build backend logic, APIs, and full web applications using one language.

Express.js

Express.js is a Node.js framework that makes it easier to create servers, routes, and APIs in a simple and organized structure.