Skip to content

This is a Text file Manager practice project aimed to create text files in directory, read them, edit them and can delete them using backend technology

Notifications You must be signed in to change notification settings

Ansubha2004/Text-File-Manager-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text File Manager

The Text File Manager is a backend-powered web application designed to manage text files efficiently within a local directory. It allows users to:

  1. Create new .txt files by entering a filename and content through a simple form.

  2. Read existing files with just one click.

  3. Edit files (can be extended as a future feature).

  4. Delete individual files or bulk delete all files from the directory.

Built using Node.js, Express, and EJS templating, this project demonstrates foundational backend concepts such as file system operations (fs module), dynamic rendering, and form handling. The UI is styled using Tailwind CSS for responsiveness and clean layout. This project serves as practical backend development practice for handling server-side file operations and routing logic.

Setup Steps

git clone https://github.com/your-username/text-file-manager.git
cd text-file-manager
npm install
npm run start

About

This is a Text file Manager practice project aimed to create text files in directory, read them, edit them and can delete them using backend technology

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published