https://github.com/manthanank/json-formatter-app
JSON Formatter App
https://github.com/manthanank/json-formatter-app
angular json
Last synced: about 2 months ago
JSON representation
JSON Formatter App
- Host: GitHub
- URL: https://github.com/manthanank/json-formatter-app
- Owner: manthanank
- License: mit
- Created: 2025-04-08T04:44:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-08T04:44:57.000Z (about 1 year ago)
- Last Synced: 2025-10-25T04:56:51.389Z (8 months ago)
- Topics: angular, json
- Language: TypeScript
- Homepage: https://json-formatter-application.vercel.app
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON Formatter App
A lightweight, user-friendly web application that formats and prettifies JSON data. Built with Angular and Tailwind CSS.
## Features
- **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
## Technologies Used
- **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
## Development
### Prerequisites
- Node.js (v18 or higher)
- npm (v8 or higher)
### Getting Started
1. Clone the repository
```bash
git clone https://github.com/manthanank/json-formatter-app.git
cd json-formatter-app
```
2. Install dependencies
```bash
npm install
```
3. Start the development server
```bash
ng serve
```
4. Open your browser and navigate to `http://localhost:4200`
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.