Basic Template for absolute beginners made with html css and vanilla javaScript
This project has been simplified for those starting out with web development and programming.
- Easy Way - Download the
.zip
file- You can use the "Download ZIP" button in the right sidebar or click this link.
- Unzip the template by double clicking on the downloaded
WS_GDGCHLEF_1-master.zip
file.
- Programmer Way - Clone the Git Repo
- If you have git on your computer and a github account, you can clone this project from the command line
git clone https://github.com/amine-louni/WS_GDGCHLEF_1.git
- If you have git on your computer and a github account, you can clone this project from the command line
-
Opening the template
- If you downloaded the zip file, open the unzipped folder in a text editor
(e.g. Sublime Text 2). - If you cloned the project using git, open the folder in a text editor
(e.g. Sublime Text 2).
- If you downloaded the zip file, open the unzipped folder in a text editor
-
Using the template
- Start with
index.html
, this will be your root page (the main page)
- Start with
app.css
inside thecss
folder - What is
normalize.css
for?
They make basic styles consistent across all kinds of web browsers
- Start with
app.js
inside thejs
folder
- Start with