A website helps users share files anonymously with random emails
- You can upload files up to 200mb
- Get a download code and share with other people
Client: React, Chakra-UI
Server: Firebase
Clone repository
Create a project on firebase Get your project keys and replace the keys in the firebase file.
const app = firebase.initializeApp({
apiKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
authDomain: "xxxxxxxxxxxxxxxxxxxx",
projectId: "xxxxxxxxx",
storageBucket: "xxxxxxxxxx",
messagingSenderId: "xxxxxx",
appId: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
});
npm install
npm start