Web-based calculator that can perform basic arithmetic operations.
Live at : Calculate Me
My To-Do Web App is a simple and efficient tool for managing tasks. Built with HTML, CSS, and JavaScript, it provides a responsive design that works well on desktops, tablets, and mobile devices.
Key Features:
- Task Addition
Users can easily add tasks by typing in the input field and clicking the "Add Task" button or pressing "Enter." New tasks appear in the "Pending Tasks" section with a timestamp.
- Task Completion
Each task includes a checkbox to mark it as completed. Completed tasks move to the "Completed Tasks" section, with a background color change to signify completion.
- Task Editing
Users can edit tasks by clicking the "Edit" button (pencil icon). A prompt allows modification of the task description, and the timestamp updates if the task's completion status changes.
- Task Deletion
Tasks can be deleted by clicking the "Delete" button (trash icon), immediately removing them from the list.
Live at : My To-Do App
The Temperature Converter website allows users to convert temperatures between Celsius, Fahrenheit, and Kelvin. Users select the input and output units from dropdown menus, enter a temperature value, and click the "Convert" button to see the result displayed in the output field.
Key Features:
-
Unit Selection
Users can choose the input and output temperature units from the available options (Celsius, Fahrenheit, Kelvin).
-
Temperature Conversion
The website performs accurate conversions between the selected units. The conversion logic supports:
- Celsius to Fahrenheit and Kelvin
- Fahrenheit to Celsius and Kelvin
- Kelvin to Celsius and Fahrenheit
-
Input Validation
The website checks for valid numeric input. If the input is invalid or empty, an error message is displayed.
Live at : Temperature Converter