User can enter a number and get both Metric and Imperial conversions for length, volume, and mass.
Link To Project: https://keishashanice.github.io/unitConverter/
Technologies used include HTML, CSS, JavaScript
User will insert a number into the text-field either using a keypad or using the up/down buttons in the text-field. After inserting the number, user can click the "Convert" button to generate length, volume, and mass conversions for the inserted number. Results will display in both Metric and Imperial measurement types. User can click "Go Dark" to switch to and from Dark Mode.
In addition to project requirements, I included an option to change color settings to/from light to dark.
With this project, I was able to explore using JavaScript to add and remove CSS stylings.