Skip to content

bartekl1/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website icon Tools

Website with math and IT tools

GitHub release (latest by date) GitHub Repo stars GitHub watchers GitHub forks

🌐 Website 🕑 Changelog 🎁 Acknowledgements 🇵🇱 Polish version of README

This website is a progressive web app (PWA), so it can be installed and you can use it without internet.

📝 Available tools

➗ Math

  • Calculator
  • Unit converter
  • Roman numeral converter

💻 IT

  • Number system converter
  • IP
  • User agent
  • JSON formatter
  • Markdown renderer
  • LaTeX renderer
  • ASCII
  • Unix timestamp

🔑 Security

  • Password generator
  • Hash generator
  • Checksums
  • TOTP generator

🕑 Date and time

  • World time
  • Time calculations
  • Stopwatch

🌍 Geographic

  • Geographical coordinates converter
  • GPS
  • Speedometer

📄 Other

  • Random number generator
  • QR code generator
  • Resistor bar codes

👨‍💻 Running locally

  1. Requirements

    • Node.js
    • GIT
  2. Clone repository and open folder

    git clone https://github.com/bartekl1/tools.git
    cd tools
  3. Install dependencies

    npm install
  4. Build dependencies

    npm run build
  5. Start server

    node .

    or

    npm start

    You can change server port by running following command:

    node . -p <PORT>
  6. Open http://localhost:3000/ or other URL if you have changed port