Week02¶
Assignments for the first Week¶
1- Creating a website.
2- Show the planning and sketching for the Final project.
Atom¶
What is Atom?¶
Atom is a free and open-source text and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies.
downloading “Atom“ for Windows 64-bit and complete the setup then learning how to use it for building the website.
git¶
What is git?¶
Git (/ɡɪt/) is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source code management in software development, but it can be used to keep track of changes in any set of files.
downloading “git“ for Windows 64-bit and complete the setup then learning the commands.
MarkDown¶
What is MarkDown¶
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
Learining how to use “MarkDown” and learining the important commands
HTML¶
What is HTML¶
HTML stands for Hyper Text Markup Language is a markup language for creating a webpage. Webpages are usually viewed in a web browser. They can include writing, links, pictures, and even sound and video. HTML is used to mark and describe each of these kinds of content so the web browser can display them correctly.
Watching the toturials and knowing how to code using HTML