Code Monkey home page Code Monkey logo

term-deposit-calculator's Introduction

term-deposit-calculator

A calculator that is used to forecast the return on a term deposit.

About the project

This project serves as a simple hands-on app created using Vanilla Javascript, HTML and CSS.

Getting started

To get started with this project, follow these simple steps:

  1. Clone this repository to your local machine
  2. If you're using Visual Studio Code, you can install the Live Preview extension which provides a local server for the static files. This is required because this project use ES6 module syntax. You will run into issues like CORS, module loading and relative paths if you open the file directly from the browser.
  3. After installing the extension, right-click on the index.html file in the root directory, and you'll see an option to Show Preview (see screenshot below). Clicking this option will launch a development server and open the HTML file.

Screenshot of using Live Preview

If you don't use Visual Studio Code or have issues opening the file, you can checkout a different version of the project on this branch. This branch does not use ES6 module loading. Opening the file should be as easy as opening the index.html using your favourite browser.

Running the tests

This project was created using test-driven development because I truly care about quality ๐Ÿคฉ

  1. Make sure you have yarn install. Follow these instructions if you don't have it.
  2. yarn install in the root directory to install all dependencies.
  3. yarn test to run all the unit tests available.

I hope you find this project enjoyable and educational. Happy calculating!

term-deposit-calculator's People

Contributors

maiisthebest avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.