Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomon-J authored Jan 4, 2025
1 parent abd6365 commit 9958ae4
Showing 1 changed file with 30 additions and 33 deletions.
63 changes: 30 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,44 @@
## *Calculator*
# Calculator

<img src="https://github.com/Jomon-j/Calculator/blob/main/Preview.png?raw=true" alt="Project Screenshot" width="500"/>
![Preview](https://github.com/user-attachments/assets/3be2abf0-e59c-4571-b023-322d8cfba7df)

### 🔗 *Demo Site*
- Check out the live demo of this project: [Demo Site](https://jomon-j.github.io/Calculator/)

### *Key Features*
- Responsive Design
- clean UI
[***Live Demo***](https://Calculator.jomon.dev)

---

## Technologies Used
- **HTML**: For structure
- **CSS**: For styling
- **JavaScript**: For real-time functionality

### *Technologies Used*
- html
- css
- JavaScript
---

## Getting Started
## Getting Started

To get started with this project, you have two options:
### Clone the Repository
Run the following commands to clone and navigate into the project:

### 1. *Clone the Repository*
- Use the following link to clone the repository to your local machine:

```bash
git clone https://github.com/Jomon-J/Calculator.git
```bash
git clone https://github.com/Jomon-J/Calculator.git


- Once cloned, navigate to the project directory:

```bash
```
```
cd Calculator
```


### 2. *Fork the Repository*
- If you prefer, you can directly *fork* this repository.
- Click the *Fork* button at the top-right of this page.
- After forking, clone the repository from your account:
### Fork the Repository
1. Fork this repository on GitHub.
2. Clone your fork:

```bash
git clone https://github.com/your-username/your-forked-repository-name.git
```bash
git clone https://github.com/your-username/your-forked-repository-name.git

```
cd your-forked-repository-name

---

### 🌟 *Don’t Forget to Star!*
- If you find this project useful, please consider giving it a star ⭐. It helps others discover it too!

### *License*
- This project is licensed under the MIT License - see the [LICENSE](https://opensource.org/license/MIT) file for details.
-

0 comments on commit 9958ae4

Please sign in to comment.