Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.13 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.13 KB

Project

From zero to FullStack - an unofficial course led by Pedro Soares with the aim of guiding and helping two friends to learn programming and become software developers.

Introduction

This respository aims to create a calculator, made in vanilla JavaScript with unit tests.

Technologies

External packages

import rl from 'readline';

Readline Module in Node.js allows the reading of input stream line by line.

Documentation 📄

Setup

Run locally

Create and go to the directory where you want to place the repository

  cd my-directory

Clone the project

  git clone https://github.com/from-zero-to-fullstack/calculator.git

Go to the project directory

  cd calculator

Open in Visual Studio Code

  code .

Install dependencies

Node.js

  npm install

Run tests

  npm test

License

MIT