This repository contains a collection of simple yet functional web projects built using only HTML, CSS, and JavaScript. The projects are designed to demonstrate core web development skills and provide practical tools for everyday tasks.
This project consists of four interactive web pages:
- A productivity-focused Pomodoro Timer.
- A design tool for generating CSS box shadows.
- A Library Page that integrates with the OpenLibrary API to fetch and display book data.
- An Expense Tracker for managing and calculating daily expenses.
A simple Pomodoro Timer that helps you manage work and break intervals.
- Start, pause, and reset timer functionality
A handy tool for front-end developers to generate CSS box shadow properties effortlessly.
- Adjustable shadow parameters including horizontal offset, vertical offset, blur radius, and shadow color
- Copy the generated CSS code
Fetch books from the OpenLibrary API and add them to your virtual library.
- Search for books using titles or keywords
- Add selected books to your library list
A simple tool for tracking expenses and calculating totals.
- Add and remove expenses dynamically
- Calculate and display the total expenses
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git- Navigate to the project directory:
cd your-repo-name- Open
index.htmlin your browser to access the homepage and navigate to different projects.
- HTML
- CSS
- JavaScript