Skip to content

kherzieandal/interactive_webpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Webpages

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.

Projects

1. ✅ GitHub Profile Viewer

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


2. 🚧 Calculator App (Work in Progress)

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


3. 🚧 To-Do List App (Work in Progress)

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

How to Run

  1. Clone the repository:
git clone https://github.com/your-username/interactive-webpages.git
cd interactive-webpages
  1. Open any project folder and launch the index.html file in your browser.

About

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. Projects

Topics

Resources

Stars

Watchers

Forks

Contributors