Skip to content

Commit 944827c

Browse files
committed
readme added
1 parent 8ca672d commit 944827c

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

Projects/Calculator/README.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
2+
# SCI-FI CALC
3+
Sci-Fi Calc is a revolutionary scientific calculator that builds upon the standard calculator and takes it to the next level. This project aims to enhance the functionality of a basic calculator by incorporating advanced features like Inverse Trigonometric functions and Logarithmic functions. All the additional functions are conveniently accessible from the buttons section, making complex calculations a breeze.
4+
5+
6+
7+
8+
9+
10+
## New Features
11+
- Added Inverse Trigonometric functions: sin-1, cos-1, tan-1
12+
- Added Trigonometric functions: sin, cos, tan
13+
- Added Reciprocal Trigonometric functions: sec, cosec, cot
14+
- Added Exponential functions: x^y, x², ²√
15+
- Added Logarithmic functions: ln, log
16+
- Added Factorial function: x!
17+
- Added Parentheses support: (, )
18+
- Added Constants: e (Euler's number), 10^x (10 raised to the power x)
19+
- Added nth root function: y√x
20+
- Added Inverse function: 1/x
21+
- Many other additional functions to enhance the user's experience.
22+
23+
## Type of Change
24+
- Bug fix: Multiple previously reported glitches have been resolved to ensure smooth and reliable performance.
25+
- Multiple Features added: Sci-Fi Calc now includes a plethora of advanced mathematical functions, making it a powerful scientific calculator.
26+
- Keyboard and Mouse Input: With the new update, users can conveniently input data either through the keyboard or by using the mouse, offering flexibility and ease of use.
27+
28+
29+
## Checklist
30+
31+
Before contributing to the project, please make sure to go through this checklist:
32+
33+
- I have developed this project independently and not copied from any other source.
34+
- My code follows the style guidelines of this project, ensuring consistency and readability.
35+
- I have performed a thorough self-review of my code, minimizing potential errors or bugs.
36+
- My changes generate no new warnings, ensuring the project remains error-free.
37+
- The title of my pull request is a concise description of the proposed changes, facilitating easy review and understanding.
38+
39+
40+
41+
42+
43+
## Demo
44+
45+
Insert gif or link to demo
46+
47+
https://github-production-user-asset-6210df.s3.amazonaws.com/115206840/253906274-eb3ccd17-0758-4507-a0e2-2d7cd1bbbce9.mp4
48+
49+
50+
## Screenshots
51+
52+
![Final](https://user-images.githubusercontent.com/115206840/253905933-58974fe0-e10c-465a-ae42-bee7aa132c0e.png)
53+
54+
![Before](https://user-images.githubusercontent.com/115206840/253905921-7e839104-4dc0-48c9-9352-4c02bc5bc3ca.jpg)
55+
56+
57+
## Installation
58+
Clone the Github repository.
59+
! https://github.com/TusharKesarwani/Front-End-Projects.git
60+
61+
62+
63+
## 🚀 About Me
64+
Hey folks! 👋 I'm Abhyuday, a passionate technologist driven by the art of creating immersive and visually captivating web experiences.
65+
66+
67+
68+
69+
70+
## 🔗 Contact Me
71+
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://linktr.ee/abhyuday12)
72+
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/abhyuday12/)
73+

0 commit comments

Comments
 (0)