forked from Avdhesh-Varshney/WebMasterLog
-
Notifications
You must be signed in to change notification settings - Fork 0
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
d8a0403
commit a8af4fc
Showing
5 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
Binary file added
BIN
+40.1 KB
Vanilla-JS-Projects/Intermediate/Number-To-Words-Convertor/Number-To-Words-Convertor.webp
Binary file not shown.
37 changes: 37 additions & 0 deletions
37
Vanilla-JS-Projects/Intermediate/Number-To-Words-Convertor/README.md
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,37 @@ | ||
# **💥 NUMBER TO WORDS CONVERTOR 💥** | ||
|
||
![Line](https://github.com/Avdhesh-Varshney/WebMasterLog/assets/114330097/4b78510f-a941-45f8-a9d5-80ed0705e847) | ||
|
||
## **Description / Functionalities 📃** | ||
|
||
<!-- add your project description here --> | ||
- Number to Words convertor can facilitate users to convert any number into words instantly. | ||
|
||
## **Tech Stack Used 🎮** | ||
|
||
- HTML | ||
- CSS | ||
- Vanilla JS | ||
|
||
## **How to run it? 🕹️** | ||
|
||
<!-- add the steps how to run the project --> | ||
- Fork this project and run the `index.html` file directly. | ||
|
||
![Line](https://github.com/Avdhesh-Varshney/WebMasterLog/assets/114330097/4b78510f-a941-45f8-a9d5-80ed0705e847) | ||
|
||
## **Screenshots 📸** | ||
|
||
![image](https://github.com/Avdhesh-Varshney/WebMasterLog/assets/114330097/3f4d08cf-de68-488d-a5e1-6becc4cb52d7) | ||
|
||
|
||
![Line](https://github.com/Avdhesh-Varshney/WebMasterLog/assets/114330097/4b78510f-a941-45f8-a9d5-80ed0705e847) | ||
|
||
## **Developed By ***Avdhesh Varshney*** 👦** | ||
|
||
[Avdhesh-Varshney](https://github.com/Avdhesh-Varshney) | ||
|
||
### **Happy Coding 🧑💻** | ||
|
||
<h3 align="center">Show some ❤️ by 🌟 this repository!</h3> | ||
|
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
File renamed without changes.
1 change: 0 additions & 1 deletion
1
Number-To-Words-Convertor/style.css → ...diate/Number-To-Words-Convertor/style.css
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* Default settings */ | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
|