JSON Formatter
A simple and fast JSON formatter built with React and Vite. This tool helps you easily format, validate, and beautify JSON data directly in your browser. Features
Format JSON: Automatically prettify your JSON input for better readability.
Validate JSON: Detect syntax errors and invalid JSON inputs.
Copy to Clipboard: Easily copy the formatted JSON output.
Clear Input: Reset the input area with one click.
Responsive UI: Works well on desktop and mobile devices.
Installation
To run this project locally, follow these steps:
Clone the repository
git clone https://github.com/dashing-dev/json.git cd json-formatter
Install dependencies
npm install
Start the development server
npm run dev
The app should now be running at http://localhost:5173 (default Vite port). Build for Production
To build the project for production:
npm run build
The build output will be in the dist folder. Technologies Used
React
Vite (Build tool)
JavaScript / TypeScript
CSS / Tailwind
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page and submit a pull request. License
This project is licensed under the MIT License. See the LICENSE file for details.