Utilize Node.js core modules such as File System, Path, and HTTP to create a simple file management tool that can create, read, and delete files.
Welcome to the File Management System repository! This Node.js project allows users to create, read, and delete files. The platform offers a seamless user experience for file management, utilizing core Node.js modules alongside HTML, CSS, and JavaScript.
- Create function:
- File name: This could be any name you choose, such as example
- Enter the Content: The content would be the text, code, or information you want to save in the file. For instance, This is a sample text.
- Click on the Create button.
- Read Function:
- File name: Enter the existing file name, you want to Read.
- Click on the Read button.
- Delete Function:
- File name: Enter the existing file name, you want to Delete.
- Click on the Delete button.
- HTML
- CSS
- JavaScript
- Node.js: File System, HTTP, and Path modules.
- Clone the repository:
git clone https://github.com/Anupam-03/week-2_Assignment.git - Open the project directory in your code editor.
- Open the
index.htmlfile in your web browser to use the web app.
Once the project is set up, open the index.html file in your web browser.



