This is simple Cloud storage bucket like google drive built with ReactJS and Firebase. It includes basic features like uploading and downloading files, authentication, private routes and minimal UI.
test login details :
email : test@test.com , password : test123
Try App Here
To run this project, you will need to add your firebase project's webapp's config parameters into .env file.
Clone the project
git clone https://github.com/kulraj710/CloudSpace.gitGo to the project directory
cd CloudSpaceInstall dependencies
npm install --legacy-peer-depsStart the server
npm start