This project is a simple and intuitive file explorer built with React. It allows users to navigate through directories, view files, and perform basic file operations such as creating, renaming, and deleting files and folders. The application is designed to provide a user-friendly interface and smooth user experience, making file management tasks easy and efficient.
- Navigate through directories
- View files
- Create, rename, and delete files and folders
- User-friendly interface
- Smooth user experience
- React
- JavaScript
- HTML/CSS
- Node.js
- npm
Follow the instructions below to set up and run the project on your local machine.
- Clone the repository.
git clone https://github.com/PradeepG-07/file-explorer.git
- Change to file-explorer directory.
cd file-explorer - Start development server.
npm run start