An open API service indexing awesome lists of open source software.

https://github.com/2manoj1/photouploadercrop

Image Upload and crop in different way using react-image-crop and upload one by one crop image in Firebase cloud storage. Display all images in another page as Gallery. After upload its prompt for crop image download.
https://github.com/2manoj1/photouploadercrop

firebase javascript nextjs react-dropzone react-image-crop reactjs reactstrap vercel

Last synced: 2 months ago
JSON representation

Image Upload and crop in different way using react-image-crop and upload one by one crop image in Firebase cloud storage. Display all images in another page as Gallery. After upload its prompt for crop image download.

Awesome Lists containing this project

README

          

[Live Demo](https://photocrop.now.sh)

## Getting Started

Step:

1. Clone The Repo in your local System
2. Install Depedency (Nodejs Required)
```bash
npm i
# or
yarn
```
3. Add Firebase cardinal in .env and .env.local file
```bash
touch .env
touch .env.local
```

```bash
NEXT_PUBLIC_FIREBASE_API_KEY=""
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=""
NEXT_PUBLIC_FIREBASE_DATABASE_URL=""
NEXT_PUBLIC_FIREBASE_PROJECT_ID=""
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=""
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID="7"
NEXT_PUBLIC_FIREBASE_APP_ID=""
```

Run the development server:

```bash
npm run dev
# or
yarn dev
```

Production Deployed in vercel (now.sh)

![alt text](https://user-images.githubusercontent.com/15128569/83929854-7b210400-a7b2-11ea-8759-473e0dae1565.png)

![alt text](https://user-images.githubusercontent.com/15128569/83930050-5bd6a680-a7b3-11ea-9f42-cb1a43ae7fdd.png)

![alt text](https://user-images.githubusercontent.com/15128569/83930056-6133f100-a7b3-11ea-828e-75f12beecd37.png)

![alt text](https://user-images.githubusercontent.com/15128569/83930058-61cc8780-a7b3-11ea-92a4-bf2d99ece431.png)

![alt text](https://user-images.githubusercontent.com/15128569/83930059-62fdb480-a7b3-11ea-8bdb-099b6f706e65.png)

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.

## This project Bootstrap with Nextjs Framework (Server side Reactjs)

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!