Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.65 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.65 KB

About App

A responsive MERN blog app which provide a interface to users to authenticate and create blogs. Authenticated user can see its created blogs with pagination. User can perform create, read, update and delete functionalities over blogs. Blogs can be search by title name. User also can see and edit the profile details. Public and private routes. Any user can see all published blogs on public route and authourised user can bookamrk any published blog and delete his published blogs from landing page.

Used Stacks

  • React
  • Redux
  • Chakra UI
  • JavaScript
  • Node.js
  • Express.js
  • Mongoose
  • MongoDB
  • JWT-Auth
  • Used tools

  • Heroku - for backend deployment
  • Netlify - for backend deployment
  • Postman - for API testing
  • VS Code
  • Published Blog Page

    published

    Login Page

    blog-app

    All Blogs Page

    blog-app-home

    Blog View Page

    blog view

    User Profile Page

    profile

    Blog Create Page

    create

    Thank You