Technologies You Will Use in This Track
メニューを表示するにはスワイプしてください
In this track, you will learn how to build a full web application step by step using different technologies. Each one has a specific role in the process.
HTML
HTML is used to structure content on a webpage. It defines elements like headings, text, images, and forms, and acts as the foundation of every website.
CSS
CSS is used to style the page. It controls how the website looks by defining colors, layout, spacing, and overall visual appearance.
JavaScript
JavaScript adds logic and interactivity. It allows applications to respond to user actions, update content dynamically, and control how the interface behaves.
React
React is used to build modern user interfaces. It helps organize the UI into reusable components and manage how data changes on the screen.
Node.js
Node.js allows JavaScript to run outside the browser. It is used to execute backend code and handle application logic on the server.
Express.js
Express.js is a framework built on top of Node.js. It simplifies creating servers, handling requests, and building APIs.
MongoDB
MongoDB is a database used to store application data. It allows applications to save, retrieve, and manage information.
フィードバックありがとうございます!
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください