Skip to content

groana7/stackathon_visionboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dream Vision Board

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:

    npm install

    npm run start-dev

Resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published