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