A project to build interactive photo gallery using ReactJS and Uploadcare APIs. Learn image processing, face detection, object recognition, and many more.
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 😍.
This project was bootstrapped with Create React App.
In the project directory, you can run:
yarn install
# OR
npm install
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.
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.
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!