Muneem / roman-numeric-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roman Numeral calculator

Introduction

This is the coding exercise for Roman numeral calculator

Getting Started

Quickly get started using Create Next App!

In your terminal, run the following command:

npx create-next-app --example with-jest with-jest-app
yarn create next-app --example with-jest with-jest-app
pnpm create next-app --example with-jest with-jest-app

Development server

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

Build

Run npm run build to build the project. The build artifacts will be stored in the .next/static/chunks/pages directory.

Running unit tests

Run npm run test to execute the unit tests Jest.

About


Languages

Language:TypeScript 59.8%Language:JavaScript 25.3%Language:CSS 14.9%