In January 2023, during my internship, I embarked on developing this File Manager as my inaugural venture into PHP programming.
The company presented me with the exciting challenge of completing this project within a three-day deadline. I'm thrilled to share the outcome with you! 🚀
- 🗂️ Browse: Navigate through directories seamlessly.
- ➕ Create: Add new files and folders effortlessly.
- ❌ Remove: Delete unwanted items with ease.
- ✏️ Rename: Modify names of files and directories.
- 📝 Edit: Directly edit file contents within the interface.
- 📄 Copy: Duplicate files and folders.
- 🔀 Move: Transfer items to different locations.
- ✔️ Routing: Implemented efficient URL routing mechanisms.
- ✔️ Controller: Developed controllers to handle user requests and responses.
- ✔️ View: Created dynamic views for user interaction.