Skip to content

Simple Google Chrome app clone, mobile first design, coded as a JavaScript practise using Wikipedia API.

Notifications You must be signed in to change notification settings

Cudi7/Google-Clone-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Google Clone

Simple Google Chrome app clone, mobile first design, coded as a JavaScript practise using Wikipedia API.

Table of contents

General info

Following my desire to clone popular websites or features, I started with something easy that only required to use an API and some basic design. The coding and design took me around 2-4 hours.

Screenshots

Design preview for the  coding challenge Design preview for the  coding challenge

Setup

To run this project, downloaded and open it 😎

Code Examples

async function handleSearch(currentText){ 
const searchString = getSearchString(currentText); 
const rawData = await fetchData(searchString); 
return selectData(rawData); 
}

Features

The project is created with:

  • Wikipedia API
  • Plain JavaScript
  • HTML with BEM notation
  • SCSS

Inspiration

The idea was taken from https://www.youtube.com/watch?v=Dk6Wopar10k&t=4026s

Contact

Created by Cudi - feel free to contact me!

About

Simple Google Chrome app clone, mobile first design, coded as a JavaScript practise using Wikipedia API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published