magtron3030 / prework-study-guide

A study guide for course pre-work
MIT License
0 stars 0 forks source link

Deployment #5

Open magtron3030 opened 4 months ago

magtron3030 commented 4 months ago

Deployment

User story

As a bootcamp student I want the prework notes to be structured on a webpage, So that I can easily find and read the information

Acceptance Criteria

GIVEN a Prework Study Guide website, WHEN I visit the website using the URL, THEN I can access my website from any browser

KunalMudakamath commented 4 months ago

<!DOCTYPE html>

Prework Study Guide

HTML

HTML (HyperText Markup Language) is the standard markup language for creating web pages and web applications.

CSS

CSS (Cascading Style Sheets) is a style sheet language used for describing the presentation of a document written in HTML.

Git

Git is a distributed version control system for tracking changes in source code during software development.

JavaScript

JavaScript is a programming language that enables interactive web pages and is an essential part of web development.

KunalMudakamath commented 4 months ago

you can make the changes accordingly I think you needed a deployment or base structure.

magtron3030 commented 4 months ago

I wish I had some idea what that means. This is my first time on github and learning these things.