This project was bootstrapped with Create React App.
Table of Contents
A web platform where you can manage your own folders and files locally.
We have managed to simulate our own management cloud where you can access any folder you have.
You will access your folders once you have been able to register on the platform or have logged in.
MyOwnDrive Front is developed with the following libraries and frameworks
Next, we will show, step by step, the necessary configurations for the platform to work perfectly.
First of all you have to have installed the necessary packages and modules that are used in the application with the following command:
npm install
Before starting the application, the server that manages all the platform information must be correctly configured. Next, we will link the repository where the server is so that it can be launched.
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
A website that simulates a computer desktop where you can register and create folders where you can save your documents to later download them.
- Day/Night mode
- Translation
- scrollable windows
- security token
- Create and delete folders that will contain files
- Upload and delete files
Bug in the handmade drag of the windows, the window jumps when clicking on it and sometimes it leaves the screen.
Bug when downloading files, they cannot be downloaded although they can be viewed and downloaded from that new window.
Fix bugs in the drag.
Solve file download to be able to do it directly from the front.
A search box to access any user file (it's already in the html but didn't have time to implement it).
More features for the TaskBar as a date control according to time zone to be able to change it.
Miguel Cid Paz - @miguelCidPaz - miguel.cid.paz@gmail.com
Wilmer Sierra Salgado - wsierra010 - wsierra010@gmail.com
Project Link: https://github.com/wsierra010/my-drive-react