React app for creating your own vision board using Pexels API.
Running the program:
-
sign up for an API key from Pexels here
-
create a 'secrets.js' file in the root of the project
-
copy and paste the following into your file and replace the X's with your api key from Pexels
const pexels_api_key = 'XXXXXX' module.exports = pexels_api_key -
In the project directory run:
Resources:
- Pexels https://www.pexels.com/api/
- Draggable https://www.npmjs.com/package/react-draggable
- react-pexels-search https://github.com/andreysaf/react-pexels-search