Skip to content

Latest commit

 

History

History
164 lines (141 loc) · 6.5 KB

README.md

File metadata and controls

164 lines (141 loc) · 6.5 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
  • 🎨 - 🎨 - Improve structure / format of the code.
  • ⚡️ - ⚡ - Improve performance.
  • 🔥 - 🔥 - Remove code or files.
  • 🐛 - 🐛 - Fix a bug.
  • 🚑️ - 🚑 - Critical hotfix.
  • ✨ - ✨ - Introduce new features.
  • 📝 - 📝 - Add or update documentation.
  • 🚀 - 🚀 - Deploy stuff.
  • 💄 - 💄 - Add or update the UI and style files.
  • 🎉 - 🎉 - Begin a project.
  • ✅ - ✅ - Add, update, or pass tests.
  • 🔒️ - 🔒 - Fix security or privacy issues.
  • 🔐 - 🔐 - Add or update secrets.
  • 🔖 - 🔖 - Release / Version tags.
  • 🚨 - 🚨 - Fix compiler / linter warnings.
  • 🚧 - 🚧 - Work in progress.
  • 💚 - 💚 - Fix CI Build.
  • ⬇️ - ⬇️ - Downgrade dependencies.
  • ⬆️ - ⬆️ - Upgrade dependencies.
  • 📌 - 📌 - Pin dependencies to specific versions.
  • 👷 - 👷 - Add or update CI build system.
  • 📈 - 📈 - Add or update analytics or track code.
  • ♻️ - ♻️ - Refactor code.
  • ➕ - ➕ - Add a dependency.
  • ➖ - ➖ - Remove a dependency.
  • 🔧 - 🔧 - Add or update configuration files.
  • 🔨 - 🔨 - Add or update development scripts.
  • 🌐 - 🌐 - Internationalization and localization.
  • ✏️ - ✏️ - Fix typos.
  • 💩 - 💩 - Write bad code that needs to be improved.
  • ⏪️ - ⏪ - Revert changes.
  • 🔀 - 🔀 - Merge branches.
  • 📦️ - 📦 - Add or update compiled files or packages.
  • 👽️ - 👽 - Update code due to external API changes.
  • 🚚 - 🚚 - Move or rename resources (e.g.: files, paths, routes).
  • 📄 - 📄 - Add or update license.
  • 💥 - 💥 - Introduce breaking changes.
  • 🍱 - 🍱 - Add or update assets.
  • ♿️ - ♿ - Improve accessibility.
  • 💡 - 💡 - Add or update comments in source code.
  • 🍻 - 🍻 - Write code drunkenly.
  • 💬 - 💬 - Add or update text and literals.
  • 🗃️ - 🗃️ - Perform database related changes.
  • 🔊 - 🔊 - Add or update logs.
  • 🔇 - 🔇 - Remove logs.
  • 👥 - 👥 - Add or update contributor(s).
  • 🚸 - 🚸 - Improve user experience / usability.
  • 🏗️ - 🏗️ - Make architectural changes.
  • 📱 - 📱 - Work on responsive design.
  • 🤡 - 🤡 - Mock things.
  • 🥚 - 🥚 - Add or update an easter egg.
  • 🙈 - 🙈 - Add or update a .gitignore file.
  • 📸 - 📸 - Add or update snapshots.
  • ⚗️ - ⚗️ - Perform experiments.
  • 🔍️ - 🔍 - Improve SEO.
  • 🏷️ - 🏷️ - Add or update types.
  • 🌱 - 🌱 - Add or update seed files.
  • 🚩 - 🚩 - Add, update, or remove feature flags.
  • 🥅 - 🥅 - Catch errors.
  • 💫 - 💫 - Add or update animations and transitions.
  • 🗑️ - 🗑️ - Deprecate code that needs to be cleaned up.
  • 🛂 - 🛂 - Work on code related to authorization, roles and permissions.
  • 🩹 - 🩹 - Simple fix for a non-critical issue.
  • 🧐 - 🧐 - Data exploration/inspection.
  • ⚰️ - ⚰️ - Remove dead code.
  • 🧪 - 🧪 - Add a failing test.
  • 👔 - 👔 - Add or update business logic.
  • 🩺 - 🩺 - Add or update healthcheck.
  • 🧱 - 🧱 - Infrastructure related changes.
  • 🧑‍💻 - 🧑‍💻 - Improve developer experience.
  • 💸 - 💸 - Add sponsorships or money related infrastructure.
  • 🧵 - 🧵 - Add or update code related to multithreading or concurrency.
  • 🦺 - 🦺 - Add or update code related to validation.