Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 987 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 987 Bytes

GPD utim

Gestión de Plantillas Docentes (GPD)

This is a web app designed to solve the inefficiency problem in the UTIM for assignement of workload

the app has two basic routes /index and /secretary, the first one is for workload assignement and the second one is for aproving the workload, the UI is based on the UTIM colors and uses NEXUI with Tailwind CSS to create an friendly UI

Running the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Basic setup