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