Skip to content

dustindowns/number-converter

Repository files navigation

Number Converter

A simple app to convert abbreviated numbers to full numbers.

Example: 500k -> 500,000

This project was generated with Angular CLI version 18.2.0.

Prerequisites

Install

Run npm install to install all node dependencies.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Running unit tests

Run npm test to execute the unit tests.

Folder Structure

  1. app - contains files related to configuration and global state or features.
  2. app/home - contains files related to the home or root route
  3. app/result - contains files related to the result route
  4. lib - contains files for shared logic which could be useful even in other apps.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published