https://github.com/premkrrajbhar/typeevaljs
TypeEvalJS is a tool that evalute javascript data type.
https://github.com/premkrrajbhar/typeevaljs
css3 html5 javascript javascript-data-types typeevaljs
Last synced: 2 months ago
JSON representation
TypeEvalJS is a tool that evalute javascript data type.
- Host: GitHub
- URL: https://github.com/premkrrajbhar/typeevaljs
- Owner: premkrrajbhar
- Created: 2025-01-18T21:35:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T21:30:40.000Z (3 months ago)
- Last Synced: 2025-03-12T11:16:15.886Z (2 months ago)
- Topics: css3, html5, javascript, javascript-data-types, typeevaljs
- Language: CSS
- Homepage: https://premkrrajbhar.github.io/TypeEvalJS/
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeEvalJS
**TypeEvalJS** is a tool that evaluates and identifies JavaScript data types. Whether you're working with numbers, strings, booleans or null values. It provides a seamless experience for developers and learners.
## 🔎 Demo Screenshot

## 🔗 Live Demo
Check out the app live here: **[TypeEvalJS](https://premkrrajbhar.github.io/TypeEvalJS/)**
## 📝 Features
- **Instant Data Type Detection**: Quickly identifies JavaScript data types like numbers, strings, booleans, null and more.
- **Ideal for Learning**: Perfect for beginners to explore and understand JavaScript data types.
- **Useful for Debugging**: A handy tool for developers to verify and debug JavaScript variables.## ⚙️ How It Works
- Step1. Enter any data (e.g., number, string, boolean) into the input field.
- Step2. Click the "Check" button.
- Step3. This tool will instantly display the identified data type.## 💡 Technologies Used
- **HTML**: For the structure of the application.
- **CSS**: For styling the interface.
- **JavaScript**: For logic and functionality.## 📂 Project Structure
```
├── README.md
├── assets/
│ ├── favicon/
│ │ └── typeevaljs-favicon.png
│ └── screenshot/
│ └── screenshot.png
├── css/
│ └── style.css
├── index.html
└── script/
└── script.js```
## 📥 Installation
- Step1. Clone this repository to your local machine:
```bash
git clone https://github.com/premkrrajbhar/TypeEvalJS.git
```
- Step2. Navigate to the project directory:
```bash
cd TypeEvalJS
```
- Step3. Open the `index.html` file in your browser to run the application.## 📤 Example Output
| Input | Output |
| ------------- | ------- |
| `123` | Number |
| `true` | Boolean |
| `null` | Null |
| `Hello World` | String |## 🤝 Contributing
Contributions are welcome! Feel free to submit a pull request or open an issue for any suggestions or improvements.
## 📞 Contact
For any questions or feedback, please reach out to:
- **Email**: [[email protected]](mailto:[email protected])
- **GitHub**: [premkrrajbhar](https://github.com/premkrrajbhar)