Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedantbahel/viteed
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.
https://github.com/vedantbahel/viteed
appwrite dart flutter hacktoberfest mobile-app open-source
Last synced: 27 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/vedantbahel/viteed
- Owner: vedantbahel
- License: mit
- Created: 2022-07-10T12:03:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T20:03:42.000Z (about 2 years ago)
- Last Synced: 2024-10-09T19:21:37.829Z (27 days ago)
- Topics: appwrite, dart, flutter, hacktoberfest, mobile-app, open-source
- Language: Dart
- Homepage:
- Size: 570 KB
- Stars: 30
- Watchers: 3
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.
![Initial design for the app](images/design001.png)
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](/Documentation/Design_Process.md)## Tech Stack
1. Flutter via dart
2. 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:
1. Create an issue on what you plan to add or show intent of contribution to an existing un-assigned issue.
2. Follow the discussion on the issue with other contributors
3. Clone and develop.
4. 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.1. "posts" : [postid, username, title, datetime, content, topics, status(posted or draft?)]
2. "users" : [$id, topics[], name, profilepic]
## Code of Conduct
Review the [Code of Conduct](Code%20of%20Conduct.md)## Feedback
Any feedback would be appreciated. Create a new feedback issue.