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
- Host: GitHub
- URL: https://github.com/h1ddenpr0cess20/jsonlinter
- Owner: h1ddenpr0cess20
- License: mit
- Created: 2025-08-09T01:16:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T16:33:24.000Z (11 months ago)
- Last Synced: 2025-09-08T05:57:04.918Z (10 months ago)
- Topics: json, linter, react
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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