Skip to content

Latest commit

 

History

History
54 lines (27 loc) · 785 Bytes

README.md

File metadata and controls

54 lines (27 loc) · 785 Bytes

CloudSpace

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.

try the app

test login details :

email : [email protected] , password : test123

Try App Here

Environment Variables

To run this project, you will need to add your firebase project's webapp's config parameters into .env file.

Run Locally

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