Skip to content

A lightweight React tool that converts decimal numbers to binary instantly. Features conversion history (saved locally), responsive design, and clean UI. Great for developers and students!

License

Notifications You must be signed in to change notification settings

KelvinCode1234/decimal-binary-converter

Repository files navigation

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.

About

A lightweight React tool that converts decimal numbers to binary instantly. Features conversion history (saved locally), responsive design, and clean UI. Great for developers and students!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published