An open API service indexing awesome lists of open source software.

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.

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/).

[![GitHub license](https://img.shields.io/github/license/Exonymos/utiliverse?color=brightgreen)](https://github.com/Exonymos/utiliverse/blob/main/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/Exonymos/utiliverse)](https://github.com/Exonymos/utiliverse/issues)
[![GitHub last commit](https://img.shields.io/github/last-commit/Exonymos/utiliverse)](https://github.com/Exonymos/utiliverse/commits/main)


[![GitHub stars](https://img.shields.io/github/stars/Exonymos/utiliverse)](https://github.com/Exonymos/utiliverse/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/Exonymos/utiliverse)](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.

(back to top)

## 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.

(back to top)

## 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!

(back to top)

## 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
```

(back to top)

## 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

(back to top)

## License

Distributed under the GNU General Public License v3.0. See [LICENSE](https://github.com/Exonymos/utiliverse/blob/main/LICENSE) for more information.

(back to top)