Metadata-Version: 2.4
Name: django-teamized
Version: 0.1.2
Summary: Ein Tool für Zeitmanagement und Projektplanung
Author-email: Rafael Urben <github@rafaelurben.ch>
Maintainer-email: Rafael Urben <github@rafaelurben.ch>
Project-URL: Homepage, https://github.com/rafaelurben/django-teamized
Project-URL: Docs, https://github.com/rafaelurben/django-teamized#readme
Project-URL: GitHub, https://github.com/rafaelurben/django-teamized
Project-URL: Issues, https://github.com/rafaelurben/django-teamized/issues
Project-URL: Funding, https://github.com/sponsors/rafaelurben
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=4.2
Dynamic: license-file

# django-teamized

This project is part of my [matura paper](https://rafaelurben.ch/maturaarbeit/).

Time coding: [![wakatime](https://wakatime.com/badge/user/c61e21c4-90ec-4953-b64f-e1a589f1e09c/project/ccc28ce1-c6f3-41d5-9d0d-61ced0dba37b.svg?style=flat)](https://wakatime.com/@rafaelurben/projects/bvjthjmhzy)

## Technology used

Note: The account management pages are part of my [django-account](https://github.com/rafaelurben/django-account) repository.

### Backend

- [Python](https://www.python.org/)
- [Django](https://www.djangoproject.com/)

### Frontend

#### Logic

- [JQuery](https://jquery.com/)
- [React](https://reactjs.org/)
- [JSX](https://reactjs.org/docs/introducing-jsx.html)
- [Babel](https://babeljs.io/) (JavaScript compiler)

#### Visuals

- [Bootstrap](https://getbootstrap.com/) (basic styling)
- [FontAwesome](https://fontawesome.com/) (icons)
- [SweetAlert2](https://sweetalert2.github.io/) (alerts & forms)
- [Recharts](http://recharts.org/) (charts)
