app is hosted by vercel: https://search-engine-six-rust.vercel.app/
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.
-
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 📈
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 startNote If you're using Linux Bash for Windows, see this guide or use
nodefrom the command prompt.
- 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
- Image search engine
- News search engine
- Signing in with user accounts
- Side information panel of search result in results page
This software uses the following open source packages:
- Search page
- Results page