Skip to content

Latest commit

 

History

History
113 lines (62 loc) · 3.54 KB

README.md

File metadata and controls

113 lines (62 loc) · 3.54 KB

Your helpful assistant in writing a complaint letter.

Providing with keyword search, find relevant legal provisions and the most cited judgments and take notes. Best website for those who want to write a simple complaint letter but don't know where to start.

Website: https://rae-lee.github.io/Legal-Dictionary-Frontend

Default account:

Name Password
user1 12345678
user2 12345678

Backend-end Repo: Legal-Dictionary

Law data came from 全國法規資料庫 APIs.

Judgements data was obtained from scraping 司法院裁判書系統 website by legal-dictinary-crawler.

📖 Feature

|

🎴 Usage

Legal-Dictionary provides two sides:

  1. User login page: https://rae-lee.github.io/Legal-Dictionary-Frontend/#/login
  2. Administrator login page: https://rae-lee.github.io/Legal-Dictionary-Frontend/#/admin/login

User side

Homepage

First, input your name and password to log in.

Search for legal terminology keywords or the criminal charges.(Currently, only criminal case information is available, while civil and administrative cases are still under development)

Navigate

You will get relevant legal provisions and the most cited judgments.

Click the judgement name to read the complete content of the judgment.

Add notes

Add messages to record your thoughts.

And you can see all the messages in your note.

Administrator side

Default administrator account:

Name Password
root 12345678

Administrators can suspend a user'sprivileges.

Suspended users will be unable to log in until administrators restore the user's privileges.

Development

  • It's simple to run Legal-Dictionary on your local computer.
  • The following is step-by-step instruction.
$ git clone https://github.com/Rae-Lee/Legal-Dictionary-Frontend.git
$ cd Legal-Dictionary-Frontend
$ npm install
$ npm run serve

License

MIT © rae-lee