A collection of small, interactive web applications built with HTML, CSS, and JavaScript. These projects are designed to explore different front-end concepts, including API integration, local storage, and user interactivity.
Description:
An interactive webpage where users can enter any GitHub username to fetch and display profile information using the GitHub API.
Features:
- Input validation for usernames
- Fetches and displays:
- Avatar
- Name
- Bio
- Repositories
- Followers & Following count
- Error handling for invalid or non-existent usernames
Tech Stack:
HTML, CSS, JavaScript, GitHub REST API
Description:
A clean and functional calculator that supports basic arithmetic operations.
Features (PLANNED):
- Addition, subtraction, multiplication, division ➕➖✖️➗
- Responsive design 📱
- Keyboard support ⌨️
Tech Stack:
HTML, CSS, JavaScript
Description:
A simple and user-friendly to-do list app that lets users manage their tasks with full CRUD functionality. Data persistence is handled using the browser's local storage.
Features (PLANNED):
- Add new tasks ✅
- Edit tasks ✍️
- Delete tasks 🗑️
- Search/filter tasks 🔍
- Persistent storage using localStorage 💾
Tech Stack:
HTML, CSS, JavaScript
- Clone the repository:
git clone https://github.com/your-username/interactive-webpages.git
cd interactive-webpages- Open any project folder and launch the index.html file in your browser.