https://github.com/exonymos/utiliverse
UtiliVerse is your one-stop website that brings together a variety of easy-to-use tools for everyday tasks.
https://github.com/exonymos/utiliverse
nextjs utilities webapp
Last synced: 29 days ago
JSON representation
UtiliVerse is your one-stop website that brings together a variety of easy-to-use tools for everyday tasks.
- Host: GitHub
- URL: https://github.com/exonymos/utiliverse
- Owner: Exonymos
- License: gpl-3.0
- Created: 2025-03-17T17:58:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T12:29:44.000Z (about 1 year ago)
- Last Synced: 2025-04-10T13:50:39.346Z (about 1 year ago)
- Topics: nextjs, utilities, webapp
- Language: JavaScript
- Homepage: https://utili-verse.vercel.app/
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [UtiliVerse](https://utili-verse.vercel.app/)
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](https://nextjs.org/) and [daisyUI](https://daisyui.com/).
[](https://github.com/Exonymos/utiliverse/blob/main/LICENSE)
[](https://github.com/Exonymos/utiliverse/issues)
[](https://github.com/Exonymos/utiliverse/commits/main)
[](https://github.com/Exonymos/utiliverse/stargazers)
[](https://github.com/Exonymos/utiliverse/forks)
## Table of Contents
- [UtiliVerse](#utiliverse)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Features](#features)
- [Tools Available](#tools-available)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## About
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.
## Features
- **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.
- **Clear cookies:**
- Option to clear the cookies of all tools with a single click.
- **Responsive Design:**
- Fully responsive design that works on all devices.
- **Open Source:**
- UtiliVerse is open-source and available for contributions.
## Tools Available
- **Age Calculator:**
- Calculate your age based on the date of birth.
- **BMI Calculator:**
- Calculate your Body Mass Index (BMI) based on your weight and height.
- **QR Code Generator:**
- Generate a customizable QR code for any text or URL.
- **Unit Converter:**
- Convert between various units of measurement (e.g., length, weight, temperature, etc.).
More tools will be added in the future. Stay tuned!
## Getting Started
Follow these steps to set up a local copy of UtiliVerse.
### Prerequisites
- [Node.js](https://nodejs.org/) (version 14 or later)
- [pnpm](https://pnpm.io/) (recommended for dependency management)
### Installation
1. **Clone the repository:**
```sh
git clone https://github.com/Exonymos/utiliverse.git
```
2. **Navigate to the project directory:**
```sh
cd utiliverse
```
3. **Install dependencies:**
```sh
pnpm install
```
### Usage
1. **Start the development server:**
```sh
pnpm dev
```
2. **Open your browser and visit:**
```plaintext
http://localhost:3000
```
## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
1. Fork the project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
4. Push to the Branch (git push origin feature/AmazingFeature)
5. Open a Pull Request
## License
Distributed under the GNU General Public License v3.0. See [LICENSE](https://github.com/Exonymos/utiliverse/blob/main/LICENSE) for more information.