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

https://github.com/atapas/uc-react-gallery

A project to build interactive photo gallery using ReactJS and Uploadcare APIs. Learn image processing, face detection, object recognition, and many more.
https://github.com/atapas/uc-react-gallery

react reactjs uploadcare uploadcare-api

Last synced: about 1 year ago
JSON representation

A project to build interactive photo gallery using ReactJS and Uploadcare APIs. Learn image processing, face detection, object recognition, and many more.

Awesome Lists containing this project

README

          

# Building an Image Gallery with React and Uploadcare APIs

A project to build interactive photo gallery using ReactJS and Uploadcare APIs. Learn image processing, face detection, object recognition, and many more.

## Important Links

- [YouTube Live](https://www.youtube.com/watch?v=2VXBp9LzZc8)
- [Connect on Twitter](https://twitter.com/tapasadhikary)
- [Uploadcare Doc](https://uploadcare.com/docs/)
- [Learn Raect Practically](https://www.youtube.com/watch?v=ODKIxaSMgpU&list=PLIJrr73KDmRyrDnDFy-hHvQ24rRjz6e_J)

Who doesn't want motivation and support? Many Thanks to all the Stargazers who has supported this project with stars(⭐). You all are amazing!!!

[![Stargazers repo roster for @atapas/uc-react-gallery](https://reporoster.com/stars/atapas/uc-react-gallery)](https://github.com/atapas/uc-react-gallery/stargazers)

Please support the work by giving the repository a ⭐, contributing to it, and/or sponsoring using the `Sponsor` button at the top 😍.

## How to Run the Project locally?

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

### Install Dependencies

In the project directory, you can run:

```bash
yarn install

# OR

npm install
```

### Create `.env`
Create a .env file at the root of the project folder with the following content:

```bash
REACT_APP_UPLOADCARE_API_PUBLIC_KEY=YOUR_UPLOADCARE_PUBLIC_KEY
REACT_APP_UPLOADCARE_API_SECRET_KEY=YOUR_UPLOADCARE_SECRET_KEY
```
You can find the public and secret key from the uploadcare dashboard.

### Run the Project

In the project directory, you can run:

```bash
yarn start

# OR

npm start
```

Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!