A simple, fast JSON formatter and validator built with modern web technologies.
- Real-time JSON formatting - Format and validate JSON as you type
- Copy to clipboard - One-click copying of formatted JSON
- Responsive layout - Switch between column and row layouts
- Internationalization - Available in English and Spanish
- Error handling - Clear error messages for invalid JSON
- Modern UI - Clean, accessible design with Tailwind CSS
- Next.js 14 - React framework with App Router
- React 18 - UI library
- TypeScript - Type safety
- Tailwind CSS - Styling
- Lucide React - Icons
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
npm run dev
- Start development servernpm run build
- Build for productionnpm run start
- Start production servernpm run lint
- Run ESLint
This project can be easily deployed to Vercel, Netlify, or any platform that supports Next.js applications.