HCMCOU Training point systent is a website used for manage student's training point in university. This website is divite into 2 parts: one for students and another for assistants
Student:
- Post list, Activity List, Stats points, Detail registed activities
- Register activity
- Report misssing
- Chat
Assistant:
- Manage post, manage activity
- Manage student activity, missing report
- Stats point by faculty
- Chat
- Accept/Deny missing report
- ReactJS
- TailwindCSS, Formik, Yup
-
clone my repository to your desktop
git clone https://github.com/nvcan1236/traning_point_UI.git
-
change directory to project
cd traning_point_UI
-
installl all packages
npm install
-
run project
npm run dev