This repository contains all the code I wrote while learning Web Development.
It includes practice files, small projects, and experiments with HTML, CSS, and JavaScript.
The goal of this repo is to document my progress and serve as a reference for anyone starting their own journey in web development.
The repo is organized into folders based on topics:
html-basics/→ Fundamentals of HTMLcss-basics/→ Core concepts of CSSjavascript-basics/→ Beginner JavaScript practicevery-basic-projects/→ Mini projects combining HTML, CSS, and JScommand-line/→ Commonly used commands and scriptsexpress/→ Practice with Express.js frameworkreact/→ Practice with React.js librarydatabase-mdb/→ Working with MongoDB
- Clone this repository:
or directly download the zip file through this link
git clone https://github.com/tushar0i/webdev-logs.git
- Navigate into any folder:
cd webdev-logs/html-basics - Open the
index.htmlfile (or any.htmlfile) directly in your browser.
- HTML5
- CSS3
- JavaScript
- Node.js
- Express
- MongoDB
This repo will keep growing as I learn more about:
- Full MERN Stack (MongoDB, Express, React, Node.js)
This is mainly my personal learning repo, but if you’d like to suggest improvements, feel free to open an issue or pull request.
This project is licensed under the MIT License – feel free to use the code in your own learning journey.