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.

MIT License

Stars
6

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

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

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.

Install Dependencies

In the project directory, you can run:

yarn install

# OR

npm install

Create .env

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

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:

yarn start

# OR

npm start

Open 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!

Badges
Extracted from project README
Stargazers repo roster for @atapas/uc-react-gallery
Related Projects