Skip to content

„All tools a developer needs at one place“

License

Notifications You must be signed in to change notification settings

miominarik/mitools

Repository files navigation

MiTools

That one tool you need, Ever

MiTools is a collection of tools that every programmer needs for his job.

Features

  • JSON Formatter
  • JSON Minifier
  • Base64 Encode/Decode
  • GET/POST/PUT/PATCH/DELETE Request tester
  • SQL tester
  • Random text generator
  • CSS Minifier/Formatter

All this tools at one place

Tech

MiTools uses a number of open source projects to work properly:

  • ReactJS - UI-building JavaScript library with components.
  • Axios - Promises-based HTTP client for requests.
  • js-base64 - Handles Base64 encoding/decoding.
  • js-sql-parser - Parses and works with SQL queries.
  • sweetalert2 - Creates appealing pop-up modals.
  • laravel - Most popular PHP framework.

And of course MiTools itself is open source with a public repository on GitHub.

Installation

Install the dependencies and devDependencies and start the server.

git pull https://github.com/miominarik/mitools.git
cd mitools
npm install
npm start

Deployment

Build website for deploy on internet

cd mitools
npm install
npm run build

License

MIT

Free Software, Hell Yeah!