Welcome to my JavaScript projects repository! This repository contains a collection of JavaScript projects that I have built. Each project is contained within its own folder. Below you will find a list of projects included in this repository along with a brief description of each.
The To-Do List project is a simple web application that allows you to manage your tasks effectively. You can add tasks, delete tasks, and mark them as completed. The project is built using HTML, CSS, and JavaScript.
- Folder:
To-Do-list
- Project Link
Usage
-Add a task:
Type the task in the input field. Press the Enter key or click the "Add" button. The task will be added to the list.
-Delete a task:
Hover over the task you want to delete. Click the "Delete" button that appears on the right side of the task. The task will be removed from the list.
-Mark a task as completed:
Click the checkbox next to the task. The task will be visually marked as completed.
The Weather App project is a web application that provides current weather information for a given location. Users can search for a city and view its temperature, humidity, and wind conditions. The project is built using HTML, CSS, and JavaScript.
- Folder:
Weather-App
- Project Link
A browser extension to easily select and copy webpage colors, simplifying your design workflow. Get hex codes instantly
- Folder:
Color-Picker-Extension