A comprehensive collection of web-based utilities and tools built with Next.js, helping developers and users with common tasks like code conversion, formatting, and generation.
- SCSS to CSS Converter: Convert SCSS code to plain CSS
- Code Minifier: Minify JavaScript, CSS, and HTML code
- JSON Beautifier: Format and prettify JSON data
- QR Code Generator: Create QR codes from text or URLs
- Base64 Converter: Encode/Decode Base64 strings
- URL Encoder/Decoder: Encode and decode URLs
- Password Generator: Generate secure random passwords
Visit All-in-One Tools to try out the tools.
- Node.js (version 16.x or higher)
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/ashok1708/all-in-one-tools.git
cd all-in-one-tools
Install dependencies:
npm install
yarn install
Run the development server:
npm run dev
yarn dev
Open http://localhost:3000 in your browser to see the application.
Build the application:
npm run build
Start the production server:
npm start
- Next.js - React framework for production
- Tailwind CSS - Utility-first CSS framework
- TypeScript - JavaScript with syntax for types
We welcome contributions! Please follow these steps:
- Fork the repository
- Create your feature branch ( git checkout -b feature/amazing-feature )
- Commit your changes ( git commit -m 'Add some amazing feature' )
- Push to the branch ( git push origin feature/amazing-feature )
- Open a Pull Request
- Follow the existing code style and conventions
- Write meaningful commit messages
- Update documentation as needed
- Add tests for new features
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all contributors who have helped make this project better
- Special thanks to the open-source community for their invaluable tools and libraries