Skip to content

People Finder System with auto-complete using React.js and Node.js with Express.js on the back-end.

Notifications You must be signed in to change notification settings

ychek/people-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

People Finder

Requirements

  • node v8.11.1 (LTS)
  • yarn v1.6.0

Feature

  • Client/Server Application using React.js and Node with Express.js framework
  • Use a Trie (prefix tree) data structure for fast searching operations

Installation

Install server and client dependencies

yarn
cd client
yarn

To start the server and client at the same time (from the root of the project)

yarn dev

To run the unit test

yarn test

Sources:

Enjoy!

About

People Finder System with auto-complete using React.js and Node.js with Express.js on the back-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published