Website with math and IT tools
🌐 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.
- Calculator
- Unit converter
- Roman numeral converter
- Number system converter
- IP
- User agent
- JSON formatter
- Markdown renderer
- LaTeX renderer
- ASCII
- Unix timestamp
- Password generator
- Hash generator
- Checksums
- TOTP generator
- World time
- Time calculations
- Stopwatch
- Geographical coordinates converter
- GPS
- Speedometer
- Random number generator
- QR code generator
- Resistor bar codes
-
Requirements
- Node.js
- GIT
-
Clone repository and open folder
git clone https://github.com/bartekl1/tools.git cd tools
-
Install dependencies
npm install
-
Build dependencies
npm run build
-
Start server
node .
or
npm start
You can change server port by running following command:
node . -p <PORT>
-
Open http://localhost:3000/ or other URL if you have changed port