A one-stop website that brings together a variety of easy-to-use tools for everyday tasks. With its clean, intuitive design, UtiliVerse makes getting things done simple and stress-free for everyone. Built using Next.js and daisyUI.
UtiliVerse is your one-stop website that brings together a collection of simple, yet powerful tools designed for everyday tasks. Whether you need to calculate your age, check your BMI, or generate a custom QR code, UtiliVerse provides a clean, intuitive interface to help you get the job done quickly.
- Age Calculator:
- Calculates your age in years, months, and days.
- Displays total days lived, days until your next birthday, zodiac sign, and a fun future prediction.
- BMI Calculator:
- Supports both metric and imperial units.
- Provides your Body Mass Index (BMI) along with the corresponding health category.
- QR Code Generator:
- Generate QR codes from text or URLs.
- Customize QR code size, foreground, and background colors.
- Download generated QR codes as PNG or SVG; copy or share them directly.
- Tool Search & Listing:
- Fuzzy search functionality to quickly find the tool you need.
- Clean and responsive layout built with Next.js and TailwindCSS.
- Theme Toggle:
- Seamless switching between multiple themes (e.g., light and dark) powered by daisyUI.
Follow these steps to set up a local copy of UtiliVerse.
- Clone the repository:
git clone https://github.com/Exonymos/utiliverse.git
- Navigate to the project directory:
cd utiliverse
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
- Open your browser and visit:
http://localhost:3000
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE for more information.