viteED
viteED copied to clipboard
viteED is an open source learning app, currently under development. The app aims at providing users a platform to read or/and write mini blogs (<=100 words) on various range of topics.
viteED - a quick learning app
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.
Design
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
Tech Stack
- Flutter via dart
- Appwrite as BaaS
Call for Contribution
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.
Database Structure
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]
Code of Conduct
Review the Code of Conduct
Feedback
Any feedback would be appreciated. Create a new feedback issue.