Logo Finder

Category:Projects | Posted on:March 6, 2024
logo finder app

App that retrieves a logo image from a web domain using the Logo API by Clearbit.

Installation

Clone the repository
git clone https://github.com/K8215/logo-finder.git
Navigate to the project directory
cd logo-finder
Install dependencies
npm install

Usage

Run the development server
npm run dev

Updates

  • 3/7/2024 – Added enter key functionality.