Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.11 KB

Site Name : TechNest

Live Link

Technologies

  • React, Express, MongoDB, Tailwind.

Features

  1. User Authentication
  • Users can create an account using their email and password or log in with GitHub or Google.
  • Logout functionality is available for signed-in users.
  1. Stay Logged In: Users remain logged in even after reloading the page.

  2. Password Validation: There are some validtion for validating password. Which are :-

  • Minimum of 6 characters
  • At least one capital letter
  • At least one special character
  • At least one numeric character
  1. Private Routes: Unauthorized users cannot access Add blog, Update Blog, Wishlist and add any post to bookmark.

  2. Blog Bookmark Feature: Logged in users can bookmark blogs. Also users can see his/her bookmarked blogs.

  3. Blog Publish: Logged in Users can publish blog.

  4. Update Post: Blog owner can update his/her published blog.

  5. Comment Feature: Logged in Users can comment on another blog but they cannot comment on their own blog post.