Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.81 KB

File metadata and controls

44 lines (34 loc) · 1.81 KB

Mini Projects in JavaScript

JavaScript License

Table of Contents

  1. Introduction
  2. Project List
  3. Installation
  4. Usage
  5. Contributing
  6. License

Introduction

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.

Project List

1. To-Do List

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.

2. Weather App

This project fetches weather data from an open API and displays current weather information based on user input for city names.

3. Calculator

A basic calculator that performs addition, subtraction, multiplication, and division. It has a user-friendly interface and performs calculations instantly.

Installation

  1. Clone this repository:
    git clone https://github.com/mohammadsobhy/mini-projects-js.git
  2. Open the folder:
    cd mini-projects-js
  3. Open the index.html file in your browser to view the projects.

Usage

  • Follow the instructions given in each project's README file within their respective directories to understand how to use each project.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.