Skip to content

Commit

Permalink
updated readme to include screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lxl011212 committed Dec 12, 2022
1 parent b1e6573 commit d06663e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# SL Drive

This project is intended to provide a convenient online service that allows users to register for an account, store and view files online in a neatly designed user interface that allows them to easily navigate through the different levels of folders they created.
This project is intended to provide a convenient online service that users could register for an account, store and view files online in a neatly designed user interface that allows them to easily navigate through the different level of folders they created.

Login page
![temp](assets/login.png)

Home page
![temp](assets/home.png)

Inside folder1
![temp](assets/folder1.png)



Binary file added assets/folder1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ import firebase from "firebase/app"
import "firebase/auth"
import "firebase/firestore"
import "firebase/storage"
import "firebase/database";

const app = firebase.initializeApp({
apiKey: "AIzaSyAQflwHC-E-IlYsb_EAmJYMCJfw1vS_lnQ",
authDomain: "drive-clone-92f40.firebaseapp.com",
databaseURL: "https://drive-clone-92f40.firebaseio.com",
projectId: "drive-clone-92f40",
storageBucket: "drive-clone-92f40.appspot.com",
messagingSenderId: "572998713303",
appId: "1:572998713303:web:f0aaa75f9eaa25ceb01592"
appId: "1:572998713303:web:f0aaa75f9eaa25ceb01592",
})

const firestore = app.firestore()
Expand Down

0 comments on commit d06663e

Please sign in to comment.