Skip to content

xyzwiktor/learn-webdev

Repository files navigation

Learn Webdev

A simple example website that uses basic HTML and SCSS. It includes short explanations of core web development concepts and the main roles developers play in a typical project workflow.


💫 Technologies used

  • Frontend: HTML5, CSS3, TypeScript 6.0, SCSS
  • Animations: Intersection Observer
  • Deployment: Github

📁 Folder Structure

├── .github/workflows     # Github workflow
├── src/                  # Source
│   ├── assets/           # Images and icons
│   │   └── ...
│   ├── styles/           # Styles of the website
│   │   └── ...
│   └── main.ts           # Scripts
│
├── index.html            # Main HTML file
└── README.md             # This file

🛠️ Setup Instructions

  1. Clone the repository

    git clone https://github.com/wiktor-ww/learn-webdev/
    cd learn-webdev
    npm install
  2. Modify Information

    Open index.html and change whatever you like.

  3. Open the project

    Simply open project in code editor.

  4. Run the website

    npm run dev

Website Website

About

Example website covering basic HTML topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors