This repository contains several mini projects that demonstrate various concepts and techniques in JavaScript. These projects are designed for beginners who want to improve their coding skills and understand the fundamentals of JavaScript programming.
A simple application that allows users to add, remove, and manage tasks. Users can mark tasks as complete and filter tasks based on their statuses.
This project fetches weather data from an open API and displays current weather information based on user input for city names.
A basic calculator that performs addition, subtraction, multiplication, and division. It has a user-friendly interface and performs calculations instantly.
- Clone this repository:
git clone https://github.com/mohammadsobhy/mini-projects-js.git
- Open the folder:
cd mini-projects-js - Open the
index.htmlfile in your browser to view the projects.
- Follow the instructions given in each project's README file within their respective directories to understand how to use each project.
If you would like to contribute to this repository, please fork the repo and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE.md file for details.