Skip to content

Project files for the `Inverted Index` Javascript checkpoint

License

Notifications You must be signed in to change notification settings

boswellgathu/inverted-index

 
 

Repository files navigation

Build Status Coverage Status

inverted-index

What it does:


Allows users to create an Inverted Index and search from it.

How to Use it Locally


Requires Nodejs and npm to be installed on your machine

Clone this repository
https://github.com/andela-Bgathu/inverted-index

Install the dependencies
npm install

Run the application on the by running the command
gulp

How to use it:


  1. Upload a file
  2. Create Index
  3. Click on show Index to view the index
  4. Then use the search button to search words from the index

Have fun!!

About

Project files for the `Inverted Index` Javascript checkpoint

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • HTML 4.7%
  • CSS 1.0%