Conv3rt3r is a versatile number conversion tool built with React and Bootstrap. It allows users to convert numbers between binary, decimal, and hexadecimal formats. Additionally, it features a quiz mode for practice, a history log for tracking conversions, and a dark mode for comfortable viewing.
Visit the live site: https://conv3rt3r.netlify.app/
- Number Conversion:
- Binary to Decimal
- Decimal to Binary
- Binary to Hexadecimal
- Hexadecimal to Binary
- Quiz Mode: Test your number conversion skills with interactive quizzes.
- History Log: Keep track of all your conversions for easy reference.
- Dark Mode: Toggle between light and dark themes for a comfortable user experience.
- User-Friendly Interface: Simple and intuitive design powered by React and Bootstrap.
- Frontend: React.js
- Styling: Bootstrap
- Hosting: Netlify
- Version Control: Git and GitHub
- Visit Conv3rt3r.
- Select the type of conversion you want to perform:
- Binary to Decimal
- Decimal to Binary
- Binary to Hexadecimal
- Hexadecimal to Binary
- Enter the number in the input field.
- Click the "Convert" button to see the result.
- Use the History section to view past conversions.
- Switch to Quiz Mode to test your knowledge.
- Toggle Dark Mode for a comfortable viewing experience.
If you'd like to run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/YourUsername/conv3rt3r.git
- Navigate to the project directory:
cd conv3t3r
- Install dependencies:
npm install
- Start the development server:
npm start
5.Open your browser and visit http://localhost:3000.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature/YourFeatureName).
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/YourFeatureName).
- Open a pull request.