Welcome to the Image Gallery React web application! It is a simple application which connects to the Pexels API from www.pexels.com which is a website that hosts free photos and videos uploaded by various people. This is a simple project I made to try my hand on creating an intuitive React web application that is hosted on vercel with a simple functionality.
To use the application without downloading the source code and running it on the local machine, simply navigate to https://image-gallery-six.vercel.app/ and check it out! :)
- npm package manager installed on local machine
- Pexels account and API authentication key
- Pull the git project to a directory of your choosing
- Navigate to the web-app directory where you have downloaded the source code
- Run
npm install
to install all necessary dependencies for the project - Create an
.env
file inside the web-app directory and set your Pexels API authentication key asREACT_APP_PEXELS_AUTH=[your_auth_key]
- Run
npm start
to start the web application - Navigate to
localhost:3000
in your favorite web browser - Use the application to your heart's content! :)