diff --git a/README.md b/README.md index d669f20..4941679 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# JSON Visualiser +# DevLab A sophisticated, TypeScript-powered tool designed to parse JSON data and visualise **JSONPath** queries with precision. This tool allows developers to navigate complex data structures, highlight specific fields, and extract data efficiently. ## Access the App You can use the live version of the application directly in your browser: -👉 **[https://json-visualiser.onixbyte.dev](https://json-visualiser.onixbyte.dev)** +👉 **[https://dev-hub.onixbyte.dev](https://dev-hub.onixbyte.dev)** ## New Features @@ -49,8 +49,8 @@ Ensure you have Node.js installed on your machine. 1. Clone the repository ```bash - git clone https://github.com/onixbyte/json-visualiser.git - cd json-visualiser + git clone https://github.com/onixbyte/dev-lab.git + cd dev-lab ``` 2. Install dependencies diff --git a/index.html b/index.html index e42e8cb..4f2dd6e 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,63 @@ -
- A powerful, privacy-focused tool for debugging and visualising complex JSON data - structures. + {t("about.description")}
- This project is open source and available on GitHub. You can view the source code, - contribute, or deploy your own instance. + {t("about.openSource.description")}
- ⭐ Star us on GitHub: If you find this project helpful, we'd greatly - appreciate it if you could give us a star on GitHub. It helps others discover the - project and motivates us to keep improving! + {t("about.openSource.starUs")} {t("about.openSource.starUsDescription")}
- 💡 Self-Hosting: You can deploy this application yourself! The - repository includes all necessary configuration files. Simply clone the repository, - install dependencies, and deploy to your preferred hosting platform (Vercel, Netlify, - or any static hosting service). + {t("about.openSource.selfHosting")} {t("about.openSource.selfHostingDescription")}
- We believe that your data belongs to you. This application is designed as a{" "} - purely client-side tool. All JSON parsing, path evaluation, and visual - rendering are performed locally within your browser. No data is ever uploaded to any - server, ensuring that sensitive configuration or user data remains entirely private. + {t("about.privacy.description")}
{t("bmi.description")}
+ + {/* Weight Input */} +{t("bmi.description")}
+{t("bmi.result.emptyState")}
+- The best way to reach us is via our GitHub repository. + {t("contact.description")}
- We use GitHub to track all bug reports and feature requests. This ensures our - development process remains transparent and that - your feedback is properly prioritised by the community. + {t("contact.whyGitHub.description")}
- Alternatively, you can email us directly at:
+ {t("contact.email")}
@@ -89,7 +89,7 @@ ${message}