Skip to content

Commit

Permalink
Num-To-Words-Convertor
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdhesh-Varshney committed Jan 11, 2024
1 parent d8a0403 commit a8af4fc
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 2 deletions.
Binary file not shown.
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 &nbsp;❤️&nbsp; by &nbsp;🌟&nbsp; this repository!</h3>

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ <h3 class="convert-text">Converted In Words </h3>
</div>
</div>
</div>


<script src="./script.js"></script>
</body>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* Default settings */
* {
margin: 0;
padding: 0;
Expand Down

0 comments on commit a8af4fc

Please sign in to comment.