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

https://github.com/h1ddenpr0cess20/jsonlinter

json linter web app
https://github.com/h1ddenpr0cess20/jsonlinter

json linter react

Last synced: 2 months ago
JSON representation

json linter web app

Awesome Lists containing this project

README

          

# JSON Linter

A lightweight JSON validation utility built with React and Vite.

## Getting Started

1. **Install dependencies**
```bash
npm install
```

2. **Start development server**
```bash
npm run dev
```

3. **Build for production**
```bash
npm run build
```

## Project Structure
```
├── public/
│ └── vite.svg
├── src/
│ ├── App.jsx # Main application component
│ ├── App.css # Global styles
│ ├── index.css # Component-specific styles
│ ├── main.jsx # Entry point
│ └── assets/
│ └── react.svg # Project logo
├── vite.config.js # Vite configuration
└── package.json # Project dependencies
```

## Screenshots
image