Skip to content

mcherry000/Search-Autocomplete-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💊 Cancer Care | Search System


💊 Preferred browser - Google Chrome


Cancer Care | Search System represents real-world application of Suffix-Tries Data Structures.

💊 How to run this project on your local server?

git clone https://github.com/mcherry000/Search-Autocomplete-System.git
npm install
npm start

After starting the development server with npm start, you can edit any files in the src folder and webpack will automatically recompile and reload your server (available at http://localhost:3000 by default).


💊 Tech Stack:



💊 Exercises

  • Each exercise has corresponding comments to explain the "why" and "how" of the three Algorithms.

01. uniqueBy

Ensures the uniqueness of an array of data objects for a given key.

02. filterBy

Filters an array of data objects by a given search term.

03. Influencers Display

Renders the example data. The App consist of three parts -- a search bar, corresponding sort buttons for each column in table, and a display table.


💊 Dummy data

Source: Participated in Pulse-Analytics 2021 coding challenge



👩‍ Developer Info

Engineer LinkedIn Profile GitHub Profile
☀️ Manika Arora https://www.linkedin.com/in/manika-a-11692716b/ https://github.com/mcherry000