/document-tagger

Select text and tag it with various available tag labels

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Quick Video Demo

How to run the application (in development mode)

  1. Clone this repo

  2. In the directory, run npm install

  3. then run npm start

How to run the tests

npm test

Thing I still want to do

  • LINTING
  • Add additional tests
  • Clean up the components and add propTypes everywhere
  • There are more that I'll remember shortly...