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.
To run this application locally, follow the steps below:
- Node.js installed on your local machine
-
Clone this repository to your local machine:
git clone https://github.com/your-username/ColorAWordFrontend.git
-
Navigate into the project directory color-a-word and install dependency using command: npm install
-
Start frontend project using command: npm start
-
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 )