Skip to content

mukulbbhardwaj/BinaryDiary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Diary

An open source blogging service to share knowledge, stories and experiences.

Binary Diary Demo Image

How things are done ;-

The complete application is basically divided into two parts

  1. Client
  2. Database

Client

  • ReactJs is used to generates views for the user
  • to make the UI/UX experience better ChakraUI is integrated

Database

  • 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

Features

  • secure Login/Signup
  • view,create,publish or delete the articles
  • The text editor is simple to use and follows markdown(.md) syntax.

Todo

  • add google authentication
  • add a 'draft' article feature
  • add 'like post' and 'commenting'