Skip to content

kuldeepyeware/blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog App

A Simple Blog App is created to learn about React,Tailwind CSS, Prisma,Typescript and Postgres

View Deployed Project

About The Project

demo
It is an Blog App which has multiple routes
  • / : Dashboard of Blog App
  • /signup : New users can create new account
  • /signin : Existing users can login into account
  • /new : Create New Blog
  • /edit/:id : To Edit existing blog
  • /blog/:id : Shows the whole blog

This project is just made to tesify skills and work with MERN Stack


(Back to Top)

Built With

  • ReactJS
  • Tailwind CSS
  • Hono
  • Cloudfare Worker
  • Postgres
  • Prisma
  • Typescript

(Back to Top)