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

https://github.com/timmo001/developer-utilities-webapp

Developer Utilities Webapp
https://github.com/timmo001/developer-utilities-webapp

developer-tools nextjs typescript webapp

Last synced: 4 months ago
JSON representation

Developer Utilities Webapp

Awesome Lists containing this project

README

          

# Developer Utilities Webapp

This is a webapp that provides a collection of utilities for developers. It is built using Next.js and TypeScript.

This webapp provides a single place for developers to access a collection of utilities that they might need in their day-to-day work. It also provides an alternative place to use private data that you don't want to share with other services.

## Features

- Base64 Decoder
- Base64 Encoder
- JSON Formatter
- JSON Minifier
- JSON to CSV
- JWT Decoder
- URL Decoder
- URL Encoder
- UUID Generator
- XML Formatter
- XML Minifier

## Deployment

This project is deployed to [developer-utilities.timmo.dev](https://developer-utilities.timmo.dev), but you can deploy it on your own Vercel account and GitHub repository by clicking this button:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ftimmo001%2Fdeveloper-utilities-webapp&project-name=developer-utilities-webapp&repository-name=developer-utilities-webapp&demo-title=Developer%20Utiltities%20Webapp&demo-url=https%3A%2F%2Fdeveloper-utilities.timmo.dev)

You can also deploy the webapp to any provider of your choice.

## Development

### Getting Started

Install [bun](https://bun.sh) if you haven't already.

### Install dependencies

```bash
bun install
```

### Start the development server

```bash
bun dev
```