Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 517 Bytes

File metadata and controls

10 lines (6 loc) · 517 Bytes

Practice

This repository contains some assignments and tasks/projects i made while practicing and learning.

  1. Command Line InterFace

    A simple command-line interface project that demonstrates parsing user input and executing commands. It includes basic features like argument parsing and extensible command handlers to experiment with shell-like behavior.

  2. Todos

    In todos folder i have connected MongoDB and and one can learn Zod(input validation), mongoose(MongoDB Schema) , bcrypt(password hasing).