dsac147 / invertedIndex-frontend

Frontend app for the File System Project on inverted indexing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inverted Index is designed to allow very fast full-text searches. An inverted index consists of a list of all the unique words that appear in any document, and for each word, a list of the documents in which it appears.

Technologies

EcmaScript 6 (JavaScript 2015)
Node.js
Ant Design

Backend Repo

Backend Repo

About

Frontend app for the File System Project on inverted indexing.


Languages

Language:JavaScript 45.4%Language:CSS 28.2%Language:HTML 26.4%