Skip to content

JackJUson/search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Production

app is hosted by vercel: https://search-engine-six-rust.vercel.app/

Search Engine

A program that searches for and identifies information in a database that correspond to keywords or characters specified by the user, used especially for finding particular sites on the World Wide Web.

Key Features

  • Search page 🔍

    • Search to find the information online using keywords or phrases
    • Look up search words with entering in input box 💬
    • Search by clicking google search
  • Results page 🕵️

    • Redirect to results website by clicking results title
    • Scroll down to see all relevant search results 📈

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/JackJUson/search-engine.git

# Go into the repository
$ cd search-engine

# Install dependencies
$ npm install

# Run the app
$ npm start

Note If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

User Stories

  • A user can search for keywords
  • A user can look up any website they like
  • A user can go to the search sites directly from results page
  • A user can look for multiple results to compare

Future Features

  • Image search engine
  • News search engine
  • Signing in with user accounts
  • Side information panel of search result in results page

Credits

This software uses the following open source packages:

What the app looks like

  • Search page

1

  • Results page

2

About

Google search clone 🍻

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors