An open source blogging service to share knowledge, stories and experiences.
The complete application is basically divided into two parts
- Client
- Database
- ReactJs is used to generates views for the user
- to make the UI/UX experience better ChakraUI is integrated
- The backend was integrated from Appwrite which a very famous and efficient backend as a service platform.
- the authentication system and the database both are delived by appwrite
- secure Login/Signup
- view,create,publish or delete the articles
- The text editor is simple to use and follows markdown(.md) syntax.
- add google authentication
- add a 'draft' article feature
- add 'like post' and 'commenting'