This project was created to practice Node.js and its modules, specifically http
, path
and fs
. It implements a simple file management system where users can:
- Create text files
- Read text files
- Edit text files
- Delete text files
The system is built entirely using Node.js for backend functionality, while Tailwind CSS is used for styling.