Skip to content

Latest commit

 

History

History
90 lines (68 loc) · 2.72 KB

README.md

File metadata and controls

90 lines (68 loc) · 2.72 KB

JsonIt Logo

🚀 JsonIt: Your Go-To JSON Tool

💡 Transforming JSON Data with Ease.

JsonIt is a user-friendly JSON visualizer, editor, and formatter, designed to simplify data management. With an intuitive interface, it empowers developers and tech enthusiasts to easily manipulate, view, and format JSON data, enhancing workflow and ensuring clarity.

🔗 Features

  • JSON Visualizer and Tree Viewer
  • JSON Formatter and Minifier
  • Import/Export Options
  • JSON Schema Validator
  • TypeScript Type Generator
  • Copy-Paste JSON Functionality
  • Whitespace Removal
  • Search Functionality
  • Current Path Display
  • Fix JSON Errors

🛠️ Built With

Technology Description
Next.js Powerful React framework for building the web application
Tailwind CSS Utility-first CSS framework for quick and responsive design
TypeScript Typed superset of JavaScript for improved developer experience
shadcn/ui UI components and utilities for a polished interface

🚀 Getting Started

To get a local copy up and running, follow these simple steps:

  1. Clone the repository
    git clone https://github.com/yourusername/jsonit.git
    
  2. Install NPM packages
    npm install
    
  3. Run the development server
    npm run dev
    

🤝 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

Distributed under the GPL3 License. See LICENSE for more information.

⭐ Support the Project

If you find JsonIt helpful, please consider giving it a ⭐ on GitHub to show your support!



Gitmoji

Chores: 🧹 Fix: 🛠️ or 🔧 Initial: 🌱 Release: 🚀 Test: 🧪 Refactor: 🔄 Update: ⬆️ Remove: 🗑️ Documentation: 📚 or 📝 Build: 🏗️ Feature: ✨ Improvement: 🔧 Bug: 🐛 Merge: 🔀 Configuration: ⚙️

gitmoji -c