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 : [email protected] , 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/heenarana123/cloudspace___/edit/main/README.md
Go to the project directory
cd CloudSpace
Install dependencies
npm install --legacy-peer-deps
Start the server
npm start