Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.49 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.49 KB

WebApp

StudyMate

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.

Live Demo

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.

Development

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

Bug / Feature Request

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.

Built with

  • Django - Django's awesome documentation
  • Bootstrap5 - Extensive list of components.