Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New branch clock #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 54 additions & 5 deletions Calculator/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,56 @@
#Create Simple Calculator using HTML, CSS and JavaScript
# Calculator App

**Functionality**
1. Buttons to type number
2. Buttons to add, subtract, multiply and divide
3. Button to clear everything
# A simple, interactive calculator built using JavaScript, HTML, and CSS. This app provides basic arithmetic operations such as addition, subtraction, multiplication, and division.


# Features

# Basic Arithmetic Operations: Addition, Subtraction, Multiplication, Division
# Clear Button: Resets the display


# Prerequisites

# Before getting started, ensure that you have the following software installed on your machine:
# Git: For version control and managing the project.
# A code editor: Such as Visual Studio Code.
# A browser: To view the app (Chrome, Firefox, Safari, etc.).


# Forking and Cloning the Repository

# Fork the repository:
# Visit the GitHub repository and copy the repository link.
# Click on the Fork button in the upper right corner of the page.

# Clone the repository:
# After forking, open your terminal and run the following command to clone the repo to your local machine:
# git clone https://github.com/your-username/repo_link # replace with the actual repo link
# Navigate into the project directory:


# Installation Instructions

# No special installation is required for this project, as it uses standard web technologies (HTML, CSS, JavaScript). Simply open the HTML file in a web browser to start using the app.


# Usage
# To start using the app:
# Open the cal.html file:
# You can open it in any modern web browser (Chrome, Firefox, etc.).
# Double-click the file, or run .\cal.html in your console.

# Click the buttons to perform arithmetic operations.
# You can clear the display by clicking the C button.
# The result will be displayed on the screen as you perform calculations.

# Contributing
# We welcome contributions! If you'd like to contribute to this project, please follow these steps:

# Fork the repository.
# Create a new branch (git checkout -b feature-branch).
# Make your changes and commit them (git commit -m 'Add new feature').
# Push to your forked repository (git push origin feature-branch).
# Open a Pull Request on GitHub to merge your changes into the main repository.

# Thank you for using the Calculator App! 😊
44 changes: 43 additions & 1 deletion Clock/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
# Make a Analog clock with beautiful UI using HTML, CSS and JavaScript
# A minimal analog clock using HTML, CSS and JavaScript.

# Prerequisites

# Before getting started, ensure that you have the following software installed on your machine:
# Git: For version control and managing the project.
# A code editor: Such as Visual Studio Code.
# A browser: To view the app (Chrome, Firefox, Safari, etc.).


# Forking and Cloning the Repository

# Fork the repository:
# Visit the GitHub repository and copy the repository link.
# Click on the Fork button in the upper right corner of the page.

# Clone the repository:
# After forking, open your terminal and run the following command to clone the repo to your local machine:
# git clone https://github.com/your-username/repo_link # replace with the actual repo link
# Navigate into the project directory:


# Installation Instructions

# No special installation is required for this project, as it uses standard web technologies (HTML, CSS, JavaScript). Simply open the HTML file in a web browser to start using the app.


# Usage
# To start using the app:
# Open the index.html file:
# You can open it in any modern web browser (Chrome, Firefox, etc.).
# Double-click the file, or run .\index.html in your console.

# Contributing
# We welcome contributions! If you'd like to contribute to this project, please follow these steps:

# Fork the repository.
# Create a new branch (git checkout -b feature-branch).
# Make your changes and commit them (git commit -m 'Add new feature').
# Push to your forked repository (git push origin feature-branch).
# Open a Pull Request on GitHub to merge your changes into the main repository.

# Thank you for using the clock!