TextHighlightor application which allows user to select a text and remember the decision.
- Install mongodb - version 3.6
- Start mongodb using this command - -> mongod --dbpath
- Install Node.js - version 8.x
- In root and root/client directory, run below command - -> npm install
- npm start (Start the server on 5000 port.)
- Hit http://localhost:5000/ in the browser.
- Select lines from the paragraph.
- Selected Lines will be highlighted in yellow color.
- Nouns in the selected lines will be highlighted in aqua color.