This repository contains various website projects. Below is a list of the projects along with their URLs.
Snake game, can be played from pc or phone. Writed on js.
Tetris game, can be played from pc or phone. Writed on js.
Minesweeper game, can be played from pc or phone. Writed on js.
Sudoku game, can be played from pc or phone. Writed on js.
A portfolio showcasing my projects and skills.
A website for a relaxation and entertainment zone.
A visual representation of blockchain technology.
A website for the best grocery store.
A sample website for a coffee shop.
A nostalgic recreation of the Windows 95 interface.
An online resume showcasing my skills and experience.
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.
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…
You can use a localhost server to run the websites locally. Here are some options:
python -m http.server
python3 -m http.server
http://localhost:8000/
. git clone https://github.com/DanyilT/WebDev.git
cd <project-folder>
python -m http.server
(for Windows) or python3 -m http.server
(for macOS/Linux) in the project folder terminal.http://localhost:8000
.index.html
File in a Web Browserindex.html
file to open it in your web browser.The repository is structured as follows:
ATB-Market/..
: ATB Market website project.
index.html
: Main HTML file for the website.README.md
: Documentation for the ATB Market website.ChillZone/..
: ChillZone website project.
index.html
: Main HTML file for the website.README.md
: Documentation for the ChillZone website.CoffeeShop/..
: Coffee Shop Example website project.
index.html
: Main HTML file for the website.README.md
: Documentation for the Coffee Shop Example website.PersonalPortfolio/..
: Portfolio Website project.
index.html
: Main HTML file for the website.README.md
: Documentation for the Portfolio Website.Resume/..
: My CV website project.
index.html
: Main HTML file for the website.README.md
: Documentation for the My CV website.SphereChain/..
: Blockchain Visualisation website project.
index.html
: Main HTML file for the website.README.md
: Documentation for the Blockchain Visualisation website.win95/..
: Win95 website project.
index.html
: Main HTML file for the website.README.md
: Documentation for the Win95 website..gitignore
: Git ignore file to exclude certain files and directories from version control.LICENSE
: License information for the repository.README.md
: Main documentation file for the repository. git checkout -b feature-branch
git commit -m "Add some feature"
git push origin feature-branch
This project is licensed under the MIT License. See the LICENSE
file for details.