An open API service indexing awesome lists of open source software.

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

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.