/node-todolist

A project to study node.js fundamentals. It's a classic to-do list with a read stream of csv. Have some query params strategy and basic regex too.

Primary LanguageJavaScript

Node.js Fundamentals To-Do List

NodeJs

Project Description

The Node.js Fundamentals To-Do List Project is a practical exercise for studying essential Node.js concepts. This project implements a classic to-do list application with additional features like reading data from a CSV file using a stream, query parameter handling, and basic regular expression (regex) usage.

Technologies Used

  • Node.js
  • CSV file handling with streams