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.
Legal-Dictionary
provides two sides:
- User login page: https://rae-lee.github.io/Legal-Dictionary-Frontend/#/login
- Administrator login page: https://rae-lee.github.io/Legal-Dictionary-Frontend/#/admin/login
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)
You will get relevant legal provisions and the most cited judgments.
Click the judgement name to read the complete content of the judgment.
Add messages to record your thoughts.
And you can see all the messages in your note.
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.
- 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
MIT © rae-lee