Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cadelmx/gpd_frontend
- Owner: CADELmx
- License: mit
- Created: 2024-07-03T05:46:37.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T23:36:52.000Z (about 2 months ago)
- Last Synced: 2024-11-07T00:33:15.074Z (about 2 months ago)
- Topics: academic, automation, javascript, nextjs, real-time, university
- Language: JavaScript
- Homepage:
- Size: 2.74 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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 UIRunning 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/)