Skip to content

A simple media library using React.js, MaterialUI, and Pexels API

Notifications You must be signed in to change notification settings

tmbailey0304/React-Media-Library

Repository files navigation

React Media Library

Deployment Instructions

Follow these steps to deploy the application:

  1. Create a .env file: This file should be in the root directory of the project.
  2. Get your Pexels API key: Visit Pexels API to get your API key.
  3. Add your API key to the .env file: Add the following line to your .env file:
    VITE_REACT_API_KEY = "YOUR API KEY"
    
    Replace "YOUR API KEY" with the actual API key you got from Pexels.
  4. Install Dependencies: To install all the necessary dependencies, run the following command npm install
  5. Start Server: Lastly, you can run the following command to start the server npm run dev

Website Demo

Click here to view the website demo!

About

A simple media library using React.js, MaterialUI, and Pexels API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published