Giter Club home page Giter Club logo

google-clone's Introduction

Google Clone - Lap 1 Code Challenge

Description

This application is an imitation of the Google Search Console. Users can search 'turtle', 'tiger' or 'koala' in the console to get 10 relevant results.

Deployed

Usage

  • Console filters out non-letter characters e.g. 'turtle', 'TURTLE', 'TU24r!&l78e' will all retrieve the same results.
  • If the console is empty, and you click 'Get Lucky', it will retrieve a random result. Else, it will retrieve a random result that is relevant to the query.
  • If your search doesn't match any search query, an alert is displayed instructing you to search for either 'turtle', 'tiger' or 'koala'.

Technologies

HTML/CSS

We used HTML to structure the application and CSS to style it.

JavaScript/Express.js

JavaScript was used in the client folder to fetch data from the API. It was used to create a REST API with get routes for various queries. This allowed the application to:

  • fetch all results,
  • fetch a specific result,
  • fetch a random result,
  • and fetch a random result that is relevant to the query in the console.

Local Host (deprecated)

Installation

  • Clone or download this repository.
  • Open your terminal.
  • Make sure you are in the lap1-code-challenge directory.
  • Install the node modules with npm install.

Usage

google-clone's People

Contributors

oscr1998 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.