2023-07-03 17:01:15 +07:00
2023-07-03 17:01:15 +07:00
2023-07-03 17:01:15 +07:00
2023-07-03 17:01:15 +07:00
2023-07-03 17:01:15 +07:00
2023-07-03 17:01:15 +07:00
2023-07-03 17:01:15 +07:00

PROJECT

  • This is a basic web application written by HTML5, CSS3.

Overview

  • Introduce:
    • Build a website using HTML5, CSS3.
  • Design: link
  • Plan: practice-one
  • Deploy: update later

Requirements

Target

  • Understand HTML/CSS properties and use them correctly
  • Slice from Figma to HTML/CSS
  • Understand the concepts of Flex

Technical

  • HTML5: CSS (Cascading Style Sheets) consist of a group of formatting rules that you use to control the layout and appearance of the content on a web page.
  • CSS3: Cascading Style Sheets (CSS) is a language used to illustrate a documents look, style, and format in any markup language. In simple words, it is used to style and organize the layout of Web pages. CSS3 is the latest version of an earlier CSS version, CSS2.

Information

  • Timeline:
    • The practice should be done in 3 days. However, my code is not clean so be needed to review more and it takes about 4 days to complete.
    • Calendar:
      • Start: 2023/06/28
      • End: 2023/07/03

Development Environment

  • Node: v18.16.1
  • Npm: v9.5.1

Getting started

  • Step 1: Clone repository.
    • With HTTPS:
      • $ git clone https://github.com/phuocduong-agilityio/loi-phan-internship.git.
  • Step 2: Move to folder which just cloned in your computer.
    • cd internship-loi-phan\practice\practice-01.
  • Step 3: Move it to branch html-css-practice-one.
    • $ git checkout html-css-practice-one.
  • Step 4:
    • Open terminal > npm i or yarn i.
  • Step 5:
    • Run npm start or yarn start.
  • Step 6:

Author

S
Description
No description provided
Readme
652 KiB
Languages
HTML 61.4%
CSS 38.6%