Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
- Chat

Assistant:

- 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
```