Skip to content

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

License

Notifications You must be signed in to change notification settings

atapas/uc-react-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stargazers repo roster for @atapas/uc-react-gallery

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!

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published