This repository contains the frontend for Analog, a YouTube to MP3 converter with a modern React + TypeScript + Vite setup.
Analog stands out as an efficient and user-friendly YouTube to MP3 converter. The frontend is meticulously crafted with React, TypeScript, and Vite, offering a seamless development experience. Developers can choose between Babel and SWC for Fast Refresh, tailoring the workflow to their preferences.
- React + TypeScript + Vite: Modern and robust technologies are at the core of Analog's frontend, ensuring maintainability and scalability.
- Fast Refresh Options: Developers can choose between Babel and SWC for Fast Refresh, providing flexibility based on personal preferences or project requirements.
- Efficient Development Workflow: Analog streamlines the YouTube to MP3 conversion process, emphasizing both speed and ease of use.
-
Clone the repository:
git clone https://github.com/alejandroo-pc/analog-front.git
-
Install dependencies:
cd analog-frontend npm install -
Run the local development server:
npm run dev
The Analog frontend will be accessible at http://localhost:3000
