A social web application where developers get to meet study partners for collaborative learning. Users get to create Rooms for like minded people to help one another accelerate their learning. |
Here is a working live demo : https://listowel.pythonanywhere.com/
You can visit the app, create a profile and start connecting with fellow developers.
Create Rooms and invite like minded developers.
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
- And tadaa, that's it
If you find a bug, kindly open an issue here
If you'd like to request a new feature, feel free to do so by opening an issue here.
- Django - Django's awesome documentation
- Bootstrap5 - Extensive list of components.