-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1b09de
commit 77a548d
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Scientific Calculator Web Application | ||
|
||
## Description | ||
|
||
The Scientific Calculator application is a web-based calculator designed to help users perform mathematical calculations ranging from basic operations to complex scientific functions. Built using JavaScript, HTML, and CSS, the application offers a user-friendly interface with efficient and responsive performance. | ||
|
||
Link Scientific Calculator : [Scientific Calculator (click)](https://rizalfahlevi8.github.io/scientific-calculator/) | ||
|
||
## Technology Used | ||
|
||
- **JavaScript:** Application logic and DOM manipulation. | ||
- **HTML5:** Web page structure. | ||
- **CSS3:** Responsive user interface and layout design. | ||
- **Bootstrap:** To make it easier to create responsive and consistent interfaces | ||
|
||
## Installation | ||
|
||
1. Clone this repository to your local server. | ||
``` | ||
git clone https://github.com/rizalfahlevi8/scientific-calculator.git | ||
``` | ||
2. Open the project directory. | ||
``` | ||
cd scientific-calculator | ||
``` | ||
3. Open the **index.html** file in your web browser. | ||
## Contribution | ||
We welcome contributions from anyone who wants to participate in the development of the "Scientific Calculator" application. If you would like to contribute, please create a pull request and we will review your contribution. | ||
## Contact | ||
If you have questions or problems, don't hesitate to contact us via the social media listed on our profile page. |