Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/odakris/metric-imperial-converter

Quality Assurance project
https://github.com/odakris/metric-imperial-converter

chai express javascript

Last synced: about 1 month ago
JSON representation

Quality Assurance project

Awesome Lists containing this project

README

        

# FCC - Metric / Imperial Converter

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![Express](https://img.shields.io/badge/Express%20js-000000?style=for-the-badge&logo=express&logoColor=white)
![Chai](https://img.shields.io/badge/chai-A30701?style=for-the-badge&logo=chai&logoColor=white)

Live demo of **[Metric / Imperial Converter](https://boilerplate-project-metricimpconverter.odakris.repl.co/)**

## Description

This is the boilerplate for the Metric-Imperial Converter project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-projects/metric-imperial-converter

This project is part of the **[freeCodeCamp](https://www.freecodecamp.org/learn/quality-assurance/)** Quality Assurance projects certification.



## Instructions

Clone this repository and install the NPM packages:

```
npm install
```

In the project directory, run the following script:

```
npm start
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.