A lightweight, user-friendly web application that formats and prettifies JSON data. Built with Angular and Tailwind CSS.
- JSON Formatting: Easily format and prettify JSON data
- Copy to Clipboard: One-click copying of formatted JSON
- Dark/Light Mode: Toggle between dark and light themes
- Error Detection: Clear error messages for invalid JSON
- Responsive Design: Works on desktop and mobile devices
- Local Storage: Remembers your preferred theme
- Angular 19: Modern framework for building web applications
- Tailwind CSS: Utility-first CSS framework
- TypeScript: Typed JavaScript for better code quality
- RxJS: Reactive programming library
- Node.js (v18 or higher)
- npm (v8 or higher)
-
Clone the repository
git clone https://github.com/manthanank/json-formatter-app.git cd json-formatter-app -
Install dependencies
npm install
-
Start the development server
ng serve
-
Open your browser and navigate to
http://localhost:4200
This project is licensed under the MIT License. See the LICENSE file for details.