https://github.com/triformine/uca-edt
https://github.com/triformine/uca-edt
hacktoberfest nextjs typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/triformine/uca-edt
- Owner: TriForMine
- License: apache-2.0
- Created: 2022-09-01T22:10:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T19:13:13.000Z (about 2 years ago)
- Last Synced: 2024-05-01T17:33:00.871Z (about 2 years ago)
- Topics: hacktoberfest, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 484 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# UCA EDT
A website for UCA (Université Côte d'Azur)'s students, that shows their schedule from their student id.
## Why?
Because the university doesn't provide any official website to see your schedule, they only send us an excel file.
## How?
We parse the file that they send to us, and import it into a database with our own system.
## Do you collect any data?
No, we don't collect any data. We only get the corresponding schedule from the database from the provided student number.
## Can I contribute?
Contribution is welcome, be sure to follow [Contributor Covenant Code Of Conduct](CODE_OF_CONDUCT.md)
## Who made this?
- The frontend and the [xlsx parser](https://github.com/TriForMine/uca-edt-parser) is made by [TriForMine](https://www.github.com/TriForMine)
- The [backend](https://github.com/CorentinGS/uca-edt) is made by [CorentinGS](https://github.com/CorentinGS/)