Welcome to my File Management App! This project allows users to create, view, rename, and delete files of various types (txt, html, css, js, md) with a great user experience. It is built using Node.js, Express, EJS, and the fs
module.
- Introduction
- Features
- Technologies Used
- Installation
- Usage
- Project Structure
- Screenshots
- Future Enhancements
- Contributing
- Contact
This File Management App is designed to provide users with an intuitive interface to manage their files. Users can create files of types such as .txt
, .html
, .css
, .js
, and .md
. The app also supports viewing, renaming, and deleting files, all implemented with a focus on user experience.
- Create Files: Create files of type
txt
,html
,css
,js
, andmd
. - View Files: List all saved files with their respective content.
- Rename Files: Rename existing files to a new name.
- Delete Files: Delete any file from the list.
- User-Friendly Interface: Intuitive and easy-to-use interface for managing files.
- Node.js: JavaScript runtime built on Chrome's V8 JavaScript engine.
- Express: Fast, unopinionated, minimalist web framework for Node.js.
- EJS: Embedded JavaScript templating.
- fs module: File System module to interact with the file system.
To get started with the File Management App, follow these steps:
- Clone the repository:
git clone https://github.com/MrKuldeep01/notecreator.git cd file-management-app npm i
- Sharing Files: Share option for files.
- Log in: Authentication for files.
- Download Files: Download option for files.
- Improvments: Further improvments time to time.