Welcome to the collection of Node.js console projects! This repository showcases a variety of functionalities, each implemented as a separate project. These projects have been developed using TypeScript and Node.js, demonstrating practical applications of fundamental programming concepts.
- Calculator (
project00_calculator
) - Number Guessing Game (
project01_number_guessing-game
) - ATM (
project02_atm
) - To-Do List (
project03_todo_list
) - Currency Converter (
project04_currency_converter
) - Word Counter (
project05_word_counter
) - Student Management System (
project06_student_management_system
) - Adventure Game (
project07_adventure_game
) - Quiz (
project08_quiz
) - Countdown Timer (
project09_countdown_timer
) - OOP Application (
project10_oop
) - OOP MyBank (
project11_oop_mybank
)
This repository contains a collection of Node.js console projects showcasing various functionalities, including a calculator, number guessing game, ATM, to-do list, currency converter, word counter, student management system, adventure game, quiz, countdown timer, and an OOP-based application.
To get started with these projects, follow these steps:
- Clone the repository:
git clone https://github.com/Abdurrehman2003/MY_NODE_PROJECTS.git
- Navigate to the project directory:
cd repository-name
- Install dependencies (if applicable):
npm install
- Run exercises using Node.js:
node path/to/exercise.js
Feel free to explore the code and play around with the projects to deepen your understanding of TypeScript and Node.js!
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
These projects are licensed under the ISC License.