This is a simple app to find logos from various top websites.
- Node.js - It is a JavaScript runtime built on Chrome's V8 JavaScript engine. This is needed to start this app, please click here to download and install this.
- NPM - npm is a package manager for the JavaScript programming language. It is the default package manager for the JavaScript runtime environment Node.js. This usually comes along with Node.js installed.
- Basic knowledge of HTML, CSS, JavaScript, Node.js
- Open you terminal/cmd.
- cd into your preferred directory on your terminal i.e
$ cd preferred_directory
. - Enter/Copy this command
git clone https://github.com/MaestroJolly/logo-fynder.git
to your terminal and press enter to clone this app to your local machine. - Change directory into the cloned app our your local machine by entering this command
$ cd logo-fynder
into your terminal. - Enter/Copy this command
npm install
in the app directory to install the app dependencies. - Enter/Copy this command
npm start
to start the app. - The app will be started and be running on port
3333
. - Enter this url
http://localhost:3333/
in your preferred browser and you should get a webpage as shown in the image below:
- Yaay, your app is up and running 😃 🚀 🚀 🚀
- HTML
- CSS
- JavaScript
- Node.js
Click Here to explore this app online.