This project is dedicated to learning and practicing TypeScript programming. It contains solutions to various exercises and problems that I have encountered while studying TypeScript. Each solution is implemented based on the concepts and materials that I have learned.
- Each part of the Exercise is located in its own folder.
- Questions are categorized into two difficulty levels : easy and medium.
# Clone Repository git clone https://github.com/Zevhys/ts-practice . # Install Dependencies npm install # Navigate to the project directory cd (folder-name) # To move back to the parent directory cd .. # Run The Application - npm run start (Run production app) - npm run build (Compiles code)