Backspace is a cloud drive which lets the users' upload files and folders. Whenever a new user comes, he/she will first signup and then log into the dashboard. In the dashboard, he/she will also have an option to update the profile. There are two options at the top - Add folders and Add Files. A user can choose whatever option he/she like. Working is explained in the screenshot.
- Git clone this repository -
git clone https://github.com/pranjals149/Backspace.git
- Move into the project directory -
cd Backspace
- Install the required dependencies -
npm i
- Create a firebase project and open the config setings.
- Copy the config settings and paste it in firebase.js file inside src folder.
- Now, start the project -
npm start
- Firstly, user will create his/her account.
- After successfull loging in, in the dashboard, user can add folder and files by clicking Add Folders and Add Files respectively.
- On the top right corner, by clicking on the registered email id, user have an option to update profile.
- If the user forgots his/her password, he/she can click on Forgot Password. An email will be sent to his/her registered account to change the password.
Hope you like it !!