Skip to content

CloudSpace is a simple cloud storage space powered by Firebase and ReactJS

Notifications You must be signed in to change notification settings

kulraj710/CloudSpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 : test@test.com , 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/kulraj710/CloudSpace.git

Go to the project directory

  cd CloudSpace

Install dependencies

  npm install --legacy-peer-deps

Start the server

  npm start

About

CloudSpace is a simple cloud storage space powered by Firebase and ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published