https://github.com/nutkiattisak/tone-transform
https://github.com/nutkiattisak/tone-transform
nextjs shadcn-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nutkiattisak/tone-transform
- Owner: nutkiattisak
- Created: 2024-09-01T15:12:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T16:10:21.000Z (9 months ago)
- Last Synced: 2025-01-18T18:49:01.899Z (4 months ago)
- Topics: nextjs, shadcn-ui
- Language: TypeScript
- Homepage: https://tone-transform.vercel.app
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tone Transform
This AI tool can flip the mood of any text. If you give it a positive sentence, it'll turn it into a negative one, and vice versa! It's like having a personal mood switcher for your words.
## Tech Stack
- Frontend: Next.js, shadcn/ui
- Language: TypeScript## Installation
1. Clone the repository: `git clone https://github.com/nutkiattisak/tone-transform.git`
2. Navigate to the project directory: `tone-transform`
3. Install dependencies: `bun install`## Usage
1. Start the development server: `bun run dev`
2. Access the app at: http://localhost:3000