diff --git a/src/page/about/index.tsx b/src/page/about/index.tsx index 6cf33d9..734ac78 100644 --- a/src/page/about/index.tsx +++ b/src/page/about/index.tsx @@ -1,110 +1,126 @@ /** - * About page component that displays information about the application. + * About page component that displays information about the JSON Visualiser application. */ export default function About() { return ( -
- Learn more about the technologies and architecture behind this React Router template. + A powerful, privacy-focused tool for debugging and visualising complex JSON data + structures.
+ 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. +
+- This template follows modern React development practices with a clear separation of concerns: + The application follows a modular React architecture focused on performance and + maintainability:
jsonpath library, ensuring cross-platform query compatibility.
+
- The routing system uses React Router's latest data router approach with createBrowserRouter,
- providing better performance and developer experience compared to the legacy BrowserRouter approach.
+ Hosted on Vercel, this visualiser leverages modern edge deployment whilst strictly
+ adhering to the local-first data processing principle.
- Have questions about this template? We'd love to hear from you. + The best way to reach us is via our GitHub repository.
zihlu.wang@outlook.com
-+ 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. +
+github.com/onixbyte/react-template
-Documentation
-Check the README.md file
-