Skip to content

knvmrt/web-live-clock-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resim

🌐 Sosial Medias:

LinkedIn GITHUB GITLAB Instagram Behance Bento


🗂️Project information:

Project Name: Web Live Clock Display.

Project Description: Web Dynamic Live Clock Display.

Project structure:

└── web-live-time-display
    └── src
        └── assets
            └── img
                └── moon.svg
                └── sun.svg
        └── pages
            └── index.html
        └── scripts
            └── js
                └── index.js
        └── styles
            └── css
                └── main.css
                └── main.css.map
            └── scss
                └── _globalStyles.scss
                └── _styleHome.scss
                └── _variable.scss
                └── main.scss
    └── .gitignore
    └── package.json
    └── README.md

💻Project tech:

HTML5 SCSS CSS JavaScript

⌨️Bash commands:

npm init -y     # It finds the packages you use in the project and creates package.json files.

npm install     # It finds the packages you use in the project and creates package-lock.json files.

npm run c-scss   # SCSS compilation