viteED is an open source learning application, currently under development. The application aims at providing users a platform to read or/and write mini blogs (<=100 words) on various range of topics.
To know more about how this app will look, have a look at its proposed design. Have suggestions for the design? Create new design issue. To learn more about the design process and how the design was conceptualized, read Design Process
- Flutter via dart
- Appwrite as BaaS
Contribute to this project with your skill set. Since we started very recently, currently this app in it's basic phase with most of things un-done. Steps to contribute:
- Create an issue on what you plan to add or show intent of contribution to an existing un-assigned issue.
- Follow the discussion on the issue with other contributors
- Clone and develop.
- Test and Push the changes.
We also look forward to develop viteED web-app. Contributions and suggestions are highly welcomed.
Following is the structure of database that has been created using Appwrite.
- "posts" : [postid, username, title, datetime, content, topics, status(posted or draft?)]
- "users" : [$id, topics[], name, profilepic]
Review the Code of Conduct
Any feedback would be appreciated. Create a new feedback issue.