A collection of useful online tools for developers, designers, and general users.
- Mortgage Calculator
- Investment Calculator
- Tax Calculator
- Net Income Tax Calculator
- Cryptographic Converter (AES, TripleDES, Rabbit, RC4)
- String Obfuscator
- Base64 Encode/Decode
- UUID Generator
- Browser Info Detector
- Code Formatter
- JSON Validator
- cURL Generator
- Markdown to HTML
- Pi-hole Regex Generator
- Crontab Generator
- Port Generator
- Docker Run to Compose
- Chmod Calculator
- YAML Formatter
- Webcam Tester
- Social Media Analyzer
- Hashtag Generator
- Dark/Light mode support
- Responsive design
- Modern UI
- Easy to use interface
- Real-time updates
- Copy to clipboard functionality
- Webcam testing with live video, image capture, video recording, and detailed webcam info
Note: The Webcam Tester tool requires camera permissions. If prompted, please allow camera access in your browser for full functionality.
- Clone the repository
- Install dependencies:
npm install
- Create a
.env
file with the following variables:REACT_APP_ADMIN_PASSWORD=admin
- Start the development server:
npm start
The admin dashboard is password protected and can be accessed at /admin
. The password is stored in the environment variables.
Feel free to submit issues and enhancement requests.
This project is licensed under the MIT License.
- Frontend Framework: React.js
- Styling: Tailwind CSS
- Routing: React Router
- Icons: React Icons
- State Management: React Context API
- Theme: Dark/Light mode support
- Clone the repository:
git clone https://github.com/mrxehmad/toolkit-website.git
- Navigate to the project directory:
cd toolkit-website
- Install dependencies:
npm install
- Start the development server:
npm start
The application will be available at http://localhost:3000
Visit Online Toolkit to see the live version.
- Responsive design for all screen sizes
- Dark/Light mode toggle
- User-friendly interface
- Real-time calculations
- Copy to clipboard functionality
- Form validation
- Error handling
- Mobile-friendly layout
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Website: ehmad.site
- GitHub: @mrxehmad
- X (Twitter): ehmad.site/x
- LinkedIn: ehmad.site/linkedin
- Icons provided by React Icons
- Styling framework by Tailwind CSS
- Built with React.js