Skip to content

abhishekthomasv/medium-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogging Web App

A full stack blogging application inspired by medium.

Tech Stack

Client: React, Recoil, TailwindCSS

Server: CloudFlare Workers (Serverless), Hono Web Application Framework

ORM: Prisma ORM

DATABASE PostgreSQL

Features

  • Responsive Ui
  • User signup and signin
  • search and filter through blogs.
  • Display blog content in rich text.
  • User can create a blog.
  • A rich text editor for writting the blog.
  • Update or delete blog if posted by the user.
  • Hosted on edge/serverless fn's.

Demo

https://medium-blog-ruby.vercel.app/

Screenshots

Signup Page

sign_up

Show or display all blogs.

all_blogs

Create a new blog.

create_new_blog

Display selected blog (Other user's blog)

display_selected_blog

Display selected blog (Current user's blog - option to edit or delete present)

display_selected_blog_current_user

Edit blog created by the current user.

edit_blog

Update user-profile info

update_profile_info