Skip to content

abiteman/DumbText

Repository files navigation

DumbText

A stupid simple, no auth, no storage, text formatter. Format your text in various cases with a clean, modern interface.

image

Features

  • Multiple text case formatting options:
    • Sentence case
    • lowercase
    • UPPERCASE
    • Capitalize Words
    • Title Case
    • Numeric conversion
  • Copy formatted text to clipboard
  • Download formatted text as .txt file
  • Dark mode support
  • Responsive design
  • Docker support

Running Locally

Prerequisites

  • Node.js 18 or higher
  • npm

Setup

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Start the server:
    npm start
  4. Open http://localhost:3000 in your browser

Running with Docker

You can either build locally or pull from Docker Hub:

Pull from Docker Hub

docker pull abite3/dumbtext:latest
docker run -p 3000:3000 abite3/dumbtext

Build Locally

  1. Build the Docker image:
    docker build -t dumbtext .
  2. Run the container:
    docker run -p 3000:3000 dumbtext
  3. Open http://localhost:3000 in your browser

Development

To run the application in development mode with auto-reload:

npm run dev
npm run convert-logo

About

A dumb text formatter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published