zuri-training / Animation-Library---Team-92-Repo

Repository for Team 92
2 stars 8 forks source link

Adetayo #23

Open Kolavic opened 2 years ago

Hazaloolu commented 2 years ago

Contributions:

  1. I wrote the custom user model codes that allows users Register / sign in with their email address https://github.com/zuri-training/Animation-Library---Team-92-Repo/blob/development/moov_website/accounts/models.py

  2. I wrote the backend codes to register users in the Moov web-app https://github.com/zuri-training/Animation-Library---Team-92-Repo/blob/development/moov_website/accounts/forms.py

3.I wrote some backend codes for case sensitivity, this allows users to login irrespective of their letter case https://github.com/zuri-training/Animation-Library---Team-92-Repo/blob/development/moov_website/accounts/backends.py

  1. I built the library interface where users can try out different animations on the web-app and also a page where users can copy their saved codes https://github.com/zuri-training/Animation-Library---Team-92-Repo/tree/development/moov_website/templates/dashboard https://github.com/zuri-training/Animation-Library---Team-92-Repo/tree/development/moov_website/dashboard