Skip to content

Commit b06c60e

Browse files
authored
Merge branch 'TusharKesarwani:main' into main
2 parents 057ee19 + f4cb04e commit b06c60e

107 files changed

Lines changed: 5046 additions & 527 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for this project
4-
title: ''
5-
labels:
2+
name: Feature Request
3+
about: Suggest an idea for enhancing the project
4+
title: '[Feature Request Title]'
5+
labels: [Type: Feature Request]
66
assignees: ''
77

88
---
99

10+
## Summary
11+
A clear and concise description of the feature or enhancement you would like to see implemented. Explain how this solution can resolve the problem stated above. Be specific and provide details about how the new feature should work.
12+
1013
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14+
A clear and concise description of the problem you have encountered or the need that this feature aims to address. For example: "I'm always frustrated when [...]" or "This project lacks a crucial functionality for [...]."
1215

1316
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
17+
A clear and concise description of the feature or enhancement you would like to see implemented. Explain how this solution can resolve the problem stated above. Be specific and provide details about how the new feature should work.
1518

1619
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
20+
If you have explored any alternative solutions or features to address the problem, please describe them here. This can help us understand your thought process and why you believe your proposed solution is the best one.
1821

1922
**Additional context**
20-
Add any other context or screenshots about the feature request here.
23+
Add any other relevant context, background information, or screenshots that might be helpful in understanding the feature request. This could include use-case scenarios, examples from other projects, or any other pertinent information that could aid in the evaluation of the idea.
24+

.github/workflows/codeql.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ git checkout -b <your_branch_name>
4949

5050
10. Check your changes
5151
```
52-
git staus
52+
git status
5353
```
5454
```
5555
git diff

Projects/Analog Clock/readme.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

Projects/Calculator/README.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
2+
# SCI-FI CALC
3+
4+
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.
5+
6+
7+
# New Features
8+
- Added Inverse Trigonometric functions: sin-1, cos-1, tan-1
9+
- Added Trigonometric functions: sin, cos, tan
10+
- Added Reciprocal Trigonometric functions: sec, cosec, cot
11+
- Added Exponential functions: x^y, x², ²√
12+
- Added Logarithmic functions: ln, log
13+
- Added Factorial function: x!
14+
- Added Parentheses support: (, )
15+
- Added Constants: e (Euler's number), 10^x (10 raised to the power x)
16+
- Added nth root function: y√x
17+
- Added Inverse function: 1/x
18+
- Many other additional functions to enhance the user's experience.
19+
20+
# Pre-requisites
21+
- Sci-Fi Calc should be opened in desktop site for mobiles to be used fluently.
22+
- For desktop page the site is made at 100% page view,so for a good experience make your default page size to 100% .
23+
24+
# Usage
25+
Sci-Fi Calc brings advanced mathematical functions to your fingertips, converting a standard calculator into a powerful scientific calculator. To make the most out of this enhanced tool, follow these usage guidelines:
26+
- All the values in " " {double quotes} are button so kindly press them according to assigned sequence
27+
28+
## Trigonometric Functions
29+
- For using trigonometric functions like sin, cos, tan, cot, sec, and cosec, first enter the desired value, and then press the corresponding function button to obtain the result.
30+
- Syntax : "Input Value" -> "Press the Trigo Function"
31+
32+
33+
## Inverse Trigonometric Functions
34+
- To calculate the inverse trigonometric functions (sin-1, cos-1, tan-1), input the value and then press the respective function button.
35+
- Syntax : "Input Value" -> "Press Inverse Trigo Function"
36+
37+
38+
## Exponential Function (x^y)
39+
- To perform the exponentiation operation (x^y), start by entering the base value (x). Then, press the function button "x^y" and provide the exponent value (y) followed by equal { = } button or {Ans} button to compute the result.
40+
- Syntax : "Input Value(1)" -> Press "x^y" -> "Input Value(2)" -> Press "=" or "Ans"
41+
42+
43+
## Special Functions - I
44+
- For the following functions (√x, 1/x, x!), input a number as the value of 'x', and then press the corresponding function to obtain the calculated result.
45+
- Syntax : "Input Value" -> "Press the above mentioned function"
46+
47+
48+
## Special Functions - II
49+
- For the following functions ( x^2, x^3 ), input a number as the value of 'x', and then press the corresponding function followed by equal { = } button or {Ans} button to obtain the calculated result.
50+
- Syntax : "Input Value" -> "Press the above mentioned function" -> Press "=" or "Ans"
51+
52+
53+
## logarithmic function
54+
- For the following functions ( ln, log), input a number than press the function
55+
- Syntax : "Input Value" -> "Press the above mentioned function"
56+
57+
58+
## Brackets Support
59+
- Sci-Fi Calc adheres to the BODMAS rule, allowing you to use parentheses for complex expressions and calculations.
60+
- Syntax : (2+3)*5=25
61+
62+
63+
## Power of 10 (10^x)
64+
- To calculate the value of 10 raised to the power of 'x', first enter the value of 'x', then press the "10^x" function button to get the result.
65+
- Syntax : "Input Value" -> "Press the above mentioned function"
66+
67+
68+
## Nth Root Function (y√x)
69+
- For the nth root function, first enter the value of 'y' (root), then press the "y√x" function button, and finally, provide the value of 'x' followed by equal { = } button or {Ans} button to compute the result.
70+
- Syntax : "Input Value(1)" -> Press "y√x" -> "Input Value(2)" -> Press "=" or "Ans"
71+
72+
73+
## Percentage Function
74+
- For the percentage function, first enter the value than enter percentage button than enter the other value and press equal to.
75+
- Its Like what percent of 2 contribute to total of a given number
76+
Ex- 2 % 8 = 25
77+
- Syntax : "Input Value(1)" -> Press "%" -> "Input Value(2)" -> Press "=" or "Ans"
78+
79+
# Demo
80+
- Demo Video
81+
https://github-production-user-asset-6210df.s3.amazonaws.com/115206840/255553683-15e265b2-ca25-4cc3-b485-38e9fe68c1a4.mp4
82+
83+
84+
# Screenshots
85+
![Final](https://user-images.githubusercontent.com/115206840/255554445-b80c1c40-7acd-45a3-b24e-10e1e0130519.png)
86+
87+
![Before](https://user-images.githubusercontent.com/115206840/253905921-7e839104-4dc0-48c9-9352-4c02bc5bc3ca.jpg)
88+
89+
90+
# Installation
91+
Clone the Github repository.
92+
! https://github.com/TusharKesarwani/Front-End-Projects.git
93+
94+
95+
# 🚀 About Me
96+
Hey folks! 👋 I'm Abhyuday Pratap Singh, a passionate technologist driven by the art of creating immersive and visually captivating web experiences.
97+
98+
99+
# 🔗 Contact Me
100+
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://linktr.ee/abhyuday12)
101+
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/abhyuday12/)
-1.28 MB
Binary file not shown.

Projects/Calculator/img/bg.jpg

3.19 MB
Loading

Projects/Calculator/img/icon.png

-280 KB
Binary file not shown.

Projects/Calculator/img/inew.png

225 KB
Loading

0 commit comments

Comments
 (0)