Agorium is a gamified educational app where students connect, ask questions, and share knowledge. With subject-linked posts and a ranking system, it turns learning into a social and interactive experience.
PT-BR: https://hackmd.io/@joaoz/agorium
TODO: Add tech logos
TODO: Write installation instructions?
git clone https://github.com/zjefersound/agorium
cd agorium
$ make [target]- Feature: new feature/functionality, doesn't exist yet.
- Fix: adjustments and corrections to things that are not working properly.
- Improvement: enhancements and text or style adjustments on things that are working.
- Wip: Work in progress
- feature/my-cool-feature
- fix/my-cool-fix
- improvement/my-cool-improvement
- wip/my-cool-wip
For having a good commit history it's recommended to add a category as in the examples below:
- "Feat: Introduce Login Page"
- "Improvement: Increase title font size"
- "Fix: Treat undefined user error on login"
To work on the project:
- Go to the main branch and pull
- Create your branch
- Create Pull Request
- Apply corrections from review
- Merge Pull Request

