Skip to content

CodeNaveen-in/Web-dev-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Web Dev Projects

A collection of hands-on projects created to practice and improve JavaScript skills. Each project includes its name, key concepts, and implementation details, making this repo a great learning playground for web development.

πŸ› οΈ Tech Stack

This repository uses core web technologies:

  • 🧱 HTML – Structure
  • 🎨 CSS – Styling
  • ⚑ JavaScript – Logic & interactivity

πŸ“‚ What You’ll Find Here

  • Beginner to intermediate web projects
  • Clean, simple implementations
  • Focus on practical JavaScript concepts

🀝 Contributing Guide

Contributions are welcome! Feel free to add your own project by submitting a Pull Request πŸš€

Steps:

  1. Fork the repository
  2. Add your project with proper structure
  3. Open a Pull Request

πŸ“ Project Structrure

Web-Dev-Projects/
β”‚
β”œβ”€β”€ index.html          # Main hub page
β”œβ”€β”€ css/
β”‚   └── style.css
β”‚
β”œβ”€β”€ js/
β”‚   β”œβ”€β”€ main.js         # Navigation / project loader
β”‚   β”‚
β”‚   β”œβ”€β”€ projects/
β”‚   β”‚   β”œβ”€β”€ counter.js
β”‚   β”‚   β”œβ”€β”€ todo.js
β”‚   β”‚   β”œβ”€β”€ calculator.js
β”‚   β”‚   └── clock.js
β”‚   β”‚
β”‚   └── utils/
β”‚       └── helpers.js
β”‚
β”œβ”€β”€ assets/
β”‚   └── images/
β”‚
└── README.md

About

To create and to practice web development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published