https://github.com/dibyadyutidas/web
This repository contains my practice and learning journey with HTML and CSS. It includes basic web pages, layout experiments, and style tests.
https://github.com/dibyadyutidas/web
basics css html web
Last synced: 11 months ago
JSON representation
This repository contains my practice and learning journey with HTML and CSS. It includes basic web pages, layout experiments, and style tests.
- Host: GitHub
- URL: https://github.com/dibyadyutidas/web
- Owner: DibyadyutiDas
- License: mit
- Created: 2025-07-15T16:17:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T16:29:58.000Z (11 months ago)
- Last Synced: 2025-07-16T12:22:07.901Z (11 months ago)
- Topics: basics, css, html, web
- Language: HTML
- Homepage: https://dibyadyutidas.github.io/web/
- Size: 40 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Project 🚀
A modern, lightweight web application focused on clean design, responsive UI, and performance.
## 🌟 Features
- **Responsive layout** for desktop and mobile
- **Modular CSS/JS structure**
- **Built with** HTML5, CSS3 (Flexbox/Grid), and JavaScript
- **Lightweight** and easy to extend
## 📂 Project Structure
```
/css # Stylesheets
/js # JavaScript modules
/index.html # Main entry point
/assets # Images, fonts, etc.
README.md # Project documentation
```
*(Adjust actual structure if different.)*
## 💻 Getting Started
1. Clone the repository:
```bash
git clone https://github.com/DibyadyutiDas/web.git
cd web
```
2. Open `index.html` in your browser.
> 💡 Tip: For full functionality, use a local server (e.g., `python -m http.server`).
## 🛠️ Development
- **CSS:** Organized by components; feel free to use preprocessors or BEM methodology.
- **JS:** Structured in modules — keep code clean, reusable, and well-documented.
- **Extensions:** Add libraries or frameworks as needed (React, Vue, Sass, etc.).
## 🚧 Roadmap & Ideas
- Integrate build tools (Webpack, Parcel)
- Add unit testing (Jest) and linters (ESLint, Stylelint)
- Convert styles to Sass/SCSS for maintainability
- Explore PWA capabilities and accessibility improvements
## 👍 Contributing
1. Fork the repository
2. Create a feature branch:
```bash
git checkout -b feature/my-new-feature
```
3. Commit your changes:
```bash
git commit -am 'Add awesome feature'
```
4. Push to your branch:
```bash
git push origin feature/my-new-feature
```
5. Open a Pull Request
## 📫 Contact
Email: dibyadyutidas0@gmail.com