This project is deployed at this link.
The Unit Converter repository provides a simple and efficient tool to convert between various units of measurement. It is designed to help users perform quick and accurate conversions for everyday use or specialized tasks. This project is part of the Solo Project section of the Basic JavaScript on Scrimba.
- HTML
- CSS
- JavaScript
Multiple Unit Categories: Convert units across different categories, such as length, weight, and volume.
Real-Time Conversion: Input a value and instantly see the converted result.
User-Friendly Interface: Intuitive design for effortless navigation and usage.
Responsive Design: Optimized for seamless use across devices of all sizes.
Follow these steps to set up and use the repository locally:
Ensure you have the following installed:
Node.js (v14 or later recommended)
npm (comes with Node.js)
Clone this repository to your local machine:
git clone https://github.com/GrannyYetta/unitConverter.git
Navigate into the project directory:
cd unitConverter
bash
npm install
Start the development server:
bash npm start
This will launch the application in your default browser. Continued Development
Future improvements may include:
-
Adding support for more unit categories (e.g., currency conversion).
-
Allowing users to customize conversion factors for specialized units.
-
Implementing a history tracker for previous conversions.
Created by Rebeca Taboada.