https://github.com/arvind-4/firebase-image-upload
Upload Images to Firebase Storage Using React.
https://github.com/arvind-4/firebase-image-upload
bootstrap firebase firestore image-upload react reactjs vercel-deployment
Last synced: 11 days ago
JSON representation
Upload Images to Firebase Storage Using React.
- Host: GitHub
- URL: https://github.com/arvind-4/firebase-image-upload
- Owner: arvind-4
- License: mit
- Created: 2022-10-28T16:57:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T10:27:54.000Z (over 1 year ago)
- Last Synced: 2025-02-17T13:17:50.374Z (11 months ago)
- Topics: bootstrap, firebase, firestore, image-upload, react, reactjs, vercel-deployment
- Language: TypeScript
- Homepage: https://firebase-image-upload-gray.vercel.app
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Image Uploader
## Stack
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling.
- [Bootstrap](https://getbootstrap.com/) - Build fast, responsive sites with Bootstrap.
- [Firebase](https://firebase.google.com/) - Make your app the best it can be.
---
Deployed on [Vercel](https://vercel.com/).
Click Here for [Live Preview.](https://firebase-image-upload-gray.vercel.app/)
---
Copy Your Firebase Credentials to `.env`.
Refer `.sample.env` file.
---
### Get the Code
- Clone Repo
```
mkdir upload
cd upload
git clone https://github.com/Arvind-4/firebase-image-upload.git .
```
- Install Dependencies
**For Yarn**
```sh
yarn
```
**For npm**
```sh
npm install
```
- Run Dev Server
```
npm run dev
```
- Now for Bundling Your Frontend
```
npm run build
```