Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.88 KB

File metadata and controls

48 lines (34 loc) · 1.88 KB

week-2_Assignment

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.

File_Management_System

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.

Example of Home Page

image

Utilization of Functions

  1. 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.

Example :

image

  1. Read Function:
    • File name: Enter the existing file name, you want to Read.
    • Click on the Read button.

Example :

image

  1. Delete Function:
    • File name: Enter the existing file name, you want to Delete.
    • Click on the Delete button.

Example :

image

Tech Stack

  • HTML
  • CSS
  • JavaScript
  • Node.js: File System, HTTP, and Path modules.

Installation

  1. Clone the repository: git clone https://github.com/Anupam-03/week-2_Assignment.git
  2. Open the project directory in your code editor.
  3. Open the index.html file in your web browser to use the web app.

Usage

Once the project is set up, open the index.html file in your web browser.