Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cadelmx/gpd_frontend

Simple web app for assign workload by "templates" in the Technological University of Izúcar de Matamoros
https://github.com/cadelmx/gpd_frontend

academic automation javascript nextjs real-time university

Last synced: about 2 months ago
JSON representation

Simple web app for assign workload by "templates" in the Technological University of Izúcar de Matamoros

Awesome Lists containing this project

README

        

![GPD utim](/public/social_preview.jpg)


Gestión de Plantillas Docentes (GPD)

This is a web app designed to solve the inefficiency problem in the [UTIM](http://www.utim.edu.mx/) 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:

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

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Basic setup
- Backend: [GPD_BACKEND](https://github.com/CADELmx/GPD_BACKEND)
- Realtime events: [Socket.io](https://socket.io/)
- State management: [React Context API](https://react.dev/reference/react/useContext)
- Toast notifications: [React Hot Toast](https://react-hot-toast.com/docs)
- Icons: [Heroicons](https://heroicons.com/)