Skip to content

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.

Notifications You must be signed in to change notification settings

ashok1708/all-in-one-tools

Repository files navigation

All-in-One Tools

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.

Features

  • 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

Live Demo

Visit All-in-One Tools to try out the tools.

Prerequisites

  • Node.js (version 16.x or higher)
  • npm or yarn package manager

Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/ashok1708/all-in-one-tools.git
cd all-in-one-tools

Install dependencies:

npm install

or

yarn install

Development

Run the development server:

npm run dev

or

yarn dev

Open http://localhost:3000 in your browser to see the application.

Building for Production

Build the application:

npm run build

Start the production server:

npm start

Tech Stack

  • Next.js - React framework for production
  • Tailwind CSS - Utility-first CSS framework
  • TypeScript - JavaScript with syntax for types

Contributing

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

Development Guidelines

  • Follow the existing code style and conventions
  • Write meaningful commit messages
  • Update documentation as needed
  • Add tests for new features

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to all contributors who have helped make this project better
  • Special thanks to the open-source community for their invaluable tools and libraries

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published