This small project was, apart from being the first introduction to the bootcamp, a great way to study the fundamentals of HTML, CSS and Javascript! I built this project to get a general idea of how to build a webpage and use git - which is used in many companies for controlling the versions of the code. In this project are included some of the notes I took during as I followed the modules, sumarized in the key points for each section.
If your README is long, add a table of contents to make it easy for users to find what they need.
To run the project in your local machine:
- Open visual studio in your computer or laptop
- Clone the git project: https://github.com/lilianpatinoortiz/prework-study-guide.git
- Pull the latest from the 'main' branch
- Locate the index.html file
- Right click on the file and select "Open in default browser"
- A new window on your default browser should open with the web page containing the prework study guide
Access the deployed project here: https://lilianpatinoortiz.github.io/prework-study-guide/
After running the project you will be able to access some basic notes from my pre-work as shown in the below image. You will find one section for each topic: HTML, CSS, Git and JS.
The main resources used were:
- The bootcamp content
- The links listed in each section on the project
Please refer to the LICENSE in the repo.