nraymundo / cmsi399

Project from CMSI 399

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[MoodMi] - Nicolas Raymundo, Megan Reyes, and Amanda Marques

A digital, aesthetically pleasing moodboard! Enter a word that describes your mood to create your board or click the smiley button to generate a random one.

demo

To run the application from your computer, please:

  1. Clone or download the repository to your computer.
  2. Install npm.
  3. Create a Config.js file within the src folder of the repository.
  4. In the Config.js file, enter your API key and url in an object like so:
    export const data = {
        REACT_APP_API_KEY: "xxxxxxxxxxxx",
        REACT_APP_API_URL: "https://api.unsplash.com/",
    };
  5. Run the application with the terminal command npm start.

About

Project from CMSI 399


Languages

Language:JavaScript 94.1%Language:CSS 4.4%Language:HTML 1.5%