WebDev

This repository contains various website projects. Below is a list of the projects along with their URLs.

Table of Contents

Features / WebSites

Snake Game

Snake game, can be played from pc or phone. Writed on js.

TETRIS Game

Tetris game, can be played from pc or phone. Writed on js.

Minesweeper Game

Minesweeper game, can be played from pc or phone. Writed on js.

Sudoku Game

Sudoku game, can be played from pc or phone. Writed on js.

Portfolio Website

A portfolio showcasing my projects and skills.

ChillZone Website

A website for a relaxation and entertainment zone.

Blockchain Visualisation

A visual representation of blockchain technology.

ATB Market

A website for the best grocery store.

Coffee Shop Example

A sample website for a coffee shop.

Win95

A nostalgic recreation of the Windows 95 interface.

My CV

An online resume showcasing my skills and experience.

Requirements

This is WebDev repository, so you need a web browser to view the websites. Also, if you want you can use local server to run the websites.

Installation

Web Browser

I don’t want to teach you how install a web browser. How you even got here without one?

Ask Google… Oh wait, you don’t have a browser…

Localhost Server

You can use a localhost server to run the websites locally. Here are some options:

Usage

Clone the Repository

Using Git

  1. Install Git
  2. Clone the repository:
     git clone https://github.com/DanyilT/WebDev.git
    
  3. Navigate to the project folder:
    cd <project-folder>
    

Downloading the ZIP File

  1. Download the ZIP file from the GitHub repository and extract it.
  2. Navigate to the project folder in the extracted directory.

Running the Project

Using a Localhost Server

Opening the index.html File in a Web Browser

Using GitHub Pages

File Structure

The repository is structured as follows:

Contributing

  1. Fork the repository.
  2. Create a new branch:
     git checkout -b feature-branch
    
  3. Make your changes and commit them:
     git commit -m "Add some feature"
    
  4. Push to the branch:
     git push origin feature-branch
    
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.