An open API service indexing awesome lists of open source software.

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

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
[![LIVE DEMO](https://img.shields.io/badge/LIVE%20DEMO-blue?style=for-the-badge&logo=github)](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
```