https://github.com/bpavan16/basic-webdev
Some of Basic Web Dev files
https://github.com/bpavan16/basic-webdev
Last synced: about 2 months ago
JSON representation
Some of Basic Web Dev files
- Host: GitHub
- URL: https://github.com/bpavan16/basic-webdev
- Owner: bPavan16
- License: apache-2.0
- Created: 2024-10-04T23:42:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T17:21:54.000Z (6 months ago)
- Last Synced: 2025-02-15T16:49:32.207Z (3 months ago)
- Language: HTML
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Development Practice Projects
This repository contains a collection of beginner to intermediate web development projects created for hands-on practice. Each project is self-contained and demonstrates different aspects of web development, including HTML, CSS, and JavaScript fundamentals.
## Check out my work
[](https://bpavan16.github.io/Basic-WebDev/)## Project List
1. **Age Calculator**
Calculate your exact age based on your birth date. Simple UI with precise date calculations.2. **Color Picker**
A tool to pick colors interactively and view their RGB/HEX values. Great for web design color selection.3. **Guess Game**
A fun number guessing game to practice JavaScript logic and condition handling.4. **Mines Game**
Inspired by the classic Minesweeper, this game challenges players to flag mines without triggering them.5. **My Portfolio**
A personal portfolio template to showcase skills, projects, and contact information.6. **Notes App**
A basic notes application to add, edit, and delete notes locally.7. **Sign Here**
A simple digital signature pad. Useful for capturing user signatures on the web.8. **Simple Calculator**
A basic calculator for performing arithmetic operations with improved UI.9. **Tic Tac Toe**
A classic tic-tac-toe game with a responsive UI and reset functionality.10. **To-Do List**
A task management app where users can add, edit, mark complete, and delete tasks.## Getting Started
To use any of these projects, clone the repository and open the respective project folder in your code editor or browser.
### Cloning the Repository
```bash
git clone https://github.com/bPavan16/web-dev-practice-projects.git
cd web-dev-practice-projects
```