Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 907 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 907 Bytes

Color App

Color App is a web application built with ReactJS and Node.js that allows users to input a word and get a list of related colors based on images fetched from Unsplash API. The color extraction is done using the Node Vibrant library.

Getting Started

To run this application locally, follow the steps below:

Prerequisites

  • Node.js installed on your local machine

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/ColorAWordFrontend.git

  2. Navigate into the project directory color-a-word and install dependency using command: npm install

  3. Start frontend project using command: npm start

  4. Backend repo for this project: https://github.com/Sohailahmad7692/ColorAWordBackend (for running the local backend, replace the origin url: https://be-coloraword.onrender.com/api/colors with http://localhost:5000 )