/Node-Mid-Dev-MDC-Test

This is the repository containing the test for my application for the Node Developer Mid Level position. In this repository, you will find my solution to the proposed challenges, demonstrating my skills and knowledge in development.

Primary LanguageTypeScript

Node-Mid-Dev-MDC-Test

Welcome to my Node Developer Mid Level test repository! In this repository, you'll find my solutions to a series of programming challenges that showcase my skills and knowledge in development. Each challenge tackles a specific problem and demonstrates my approach to solving it using Node.js and TypeScript.

Challenges

This repository contains solutions to the following challenges:

  1. Simple Numbers Calculator - Create a calculator that takes two numbers and an operator (+, -, *, /) and returns the result of the operation.
  2. Prime Numbers Printer - Generate and print the first 10 prime numbers.
  3. Factorial Calculator - Calculate the factorial of a given number.
  4. Palindrome Checker - Check if a word is a palindrome.
  5. Multiplication Table - Generate and display the multiplication table of a given number.
  6. Vowel Counter - Count the number of vowels in a sentence.
  7. Grade Average Calculator - Calculate the average of grades in three different subjects.
  8. Interest Calculation - Calculate the final value of an investment based on initial capital, interest rate, and investment time.

How to Use

  1. Clone this repository:
git clone https://github.com/MateusVS/Node-Mid-Dev-MDC-Test.git
cd Node-Mid-Dev-MDC-Test

Navigate to the directory of each challenge and follow the instructions in the respective README.md files to run the programs.