A simple web application to convert numbers between decimal and binary formats. Built with React and Vite.
- Convert decimal numbers to binary
- Convert binary numbers to decimal
- User-friendly interface
- Node.js (v16 or higher recommended)
- npm or yarn
- Clone the repository:
git clone <repository-url> cd decimal-binary-converter
- Install dependencies:
npm install # or yarn install
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).
src/
- Main source codecomponents/
- React componentsassets/
- Images and static assets
public/
- Static filesindex.html
- Main HTML file
This project is licensed under the MIT License. See LICENSE for details.