Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvcan1236/training-point-ui
UI for training point website of HCMCOU
https://github.com/nvcan1236/training-point-ui
formik-yup html reactjs tailwindcss
Last synced: 25 days ago
JSON representation
UI for training point website of HCMCOU
- Host: GitHub
- URL: https://github.com/nvcan1236/training-point-ui
- Owner: nvcan1236
- Created: 2024-04-07T03:35:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T16:57:34.000Z (6 months ago)
- Last Synced: 2024-12-13T12:17:50.959Z (25 days ago)
- Topics: formik-yup, html, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://training-point-ui.vercel.app/
- Size: 617 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
## Decsription
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
## Feature
Student:
- Post list, Activity List, Stats points, Detail registed activities
- Register activity
- Report misssing
- ChatAssistant:
- Manage post, manage activity
- Manage student activity, missing report
- Stats point by faculty
- Chat
- Accept/Deny missing report## Technologies:
- ReactJS
- TailwindCSS, Formik, Yup# Run project
1. clone my repository to your desktop
```
git clone https://github.com/nvcan1236/traning_point_UI.git
```
2. change directory to project```
cd traning_point_UI
```
3. installl all packages```
npm install
```
4. run project```
npm run dev
```