Skip to content

CatSilly/ProxiJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Note

This project is under development, so errors may occur during use.

ProxiJSON

License: MIT PRs Welcome

A fast, lightweight web tool create a JSON file without having to type in the cumbersome JSON syntax.

Open ProxiJSON


Key Features

  • Minimal key-value syntax: It helps you write a simpler and more readable JSON syntax.
  • Import JSON files: Get your JSON file back into the editor's language.
  • No backend server: ProxiJSON runs entirely locally on your device, so you don't need to worry about the security of your data.

Built With

  • Core: Vanilla HTML/CSS/JS
  • Styling: Tailwind CSS
  • Deployment: GitHub Pages

Local Development

Prerequisites

  • Node.js (v18 or higher) installed on your machine.

Getting Started

  1. Clone the repository:
   git clone https://github.com/CatSilly/ProxiJSON.git
   cd ProxiJSON
  1. Install dependencies:
   npm install
  1. Run the development server:
   npm run dev

Open http://localhost:3000 in your browser.


Contributing

Contributions, issues, and feature requests are welcome!

  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 MIT License. See LICENSE for more information.


GitHub: @CatSilly

Releases

Packages

Used by

Contributors