data-annotation-fe

Feature

  • Login/Logout
  • Register (Annotator)
  • Management Project (CRUD)
  • Management Sample follow by Project
  • Add/update annotation
  • View annotate with user (manager role)

Demo

https://data-annotation-fe.vercel.app

Install

1. Clone project (FE)

git clone https://github.com/toaingo2108/data-annotation-fe.git
cd data-annotation-fe

2. Install packages

yarn

or

npm install

3. Start project

yarn dev

or

npm run dev

Access browser with link

http://localhost:3000

Continue with BE project

https://github.com/minhtri06/data-annotation-app