Optimistic Search

A personal search engine for you.

Todo

  • express server api endpoints
  • read data from files (pdf, docs, txt)
  • read data from a specific folder on the local machine
  • tokenize the data
  • take input from the user and search for the results
  • return the results in a good format
  • show folder path on hover
  • add crawler for websites

development

To run the app:

  1. run
npm i
  1. update the store.json file for any preferences.
  2. run, to to start the express server
npm run dev
  1. go to the index.html file and open it with live server.
  2. have fun