README.md
September 9, 2024 ยท View on GitHub
Translate App
Discover
ย โฆย
๐ ๏ธ Stack
- Nextjs - The React Framework for the Web.
- Typescript - JavaScript with syntax for types.
- TailwindCSS + shadcn/ui & Radix Primitives - Design System.
- use-debounce - A React hook for debouncing events.
- Zod - Schema declaration and validation library.
- Bun - A fast JavaScript runtime, package manager and bundler.
- ai - AI framework for TypeScript.
- Vercel - Deploy your app anywhere.
- Vercel Analytics - Analytics for Vercel.
- pdf-parse - Convert PDF to Text.
๐ Features
- ๐ Translate text.
- ๐ท Translate images.
- ๐ Translate documents (PDFs).
๐ Getting Started
You will need:
- Clone this repository locally:
git clone git@github.com:developaul/translate-app.git
- Install dependencies:
# Install bun globally if you don't have it:
npm install -g bun
# and install dependencies:
bun install
- Run the development server:
bun run dev