Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 999 Bytes

File metadata and controls

48 lines (38 loc) · 999 Bytes

Decimal-Binary Converter

A simple web application to convert numbers between decimal and binary formats. Built with React and Vite.

Features

  • Convert decimal numbers to binary
  • Convert binary numbers to decimal
  • User-friendly interface

Getting Started

Prerequisites

  • Node.js (v16 or higher recommended)
  • npm or yarn

Installation

  1. Clone the repository:
    git clone <repository-url>
    cd decimal-binary-converter
  2. Install dependencies:
    npm install
    # or
    yarn install

Running the App

Start the development server:

npm run dev
# or
yarn dev

Open your browser and go to http://localhost:5173 (or the port shown in your terminal).

Project Structure

  • src/ - Main source code
    • components/ - React components
    • assets/ - Images and static assets
  • public/ - Static files
  • index.html - Main HTML file

License

This project is licensed under the MIT License. See LICENSE for details.