To get started with this course on web development that covers software development, there are a few tools that you will need to have installed on your computer. These tools are essential for writing and testing your code, and for building and deploying your web applications.
Code Editor#
The first tool you will need is a code editor. You will use this piece of software to write and edit your code. One popular and free code editor is Visual Studio Code, which can be downloaded from the Microsoft website. It is available for Windows, Mac, and Linux operating systems. Visual Studio Code is a powerful and versatile code editor with a wide range of features and extensions that make it ideal for web development.
Web browser#
The second tool you will need is a web browser. You will use this software to view and test your web applications. One popular and free web browser is Google Chrome, which can be downloaded from the Google website. It is available for Windows, Mac, and Linux operating systems. Google Chrome is an excellent browser for web development, as it has a robust set of developer tools that allow you to inspect and debug your web applications.