Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 831 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 831 Bytes

Medium-Blogging

Project 2 under Suven Coding Internship

You can view the Live Preview Here

  • Designed a frontend template similar to any blogging or online publishing platform like Medium.
  • The header contains navigation links, site logo & search bar.
  • Sections contain properly structured content containing articles and other links.
  • The footer contains other navigation links and copyright info.
  • Here jquery-ajax-php is used to display users count & total page views from the database.
  • Login & Signup module is implemented with Firebase authentication module.
  • On clicking read more of blog/article you will see like & dislike button showing ratings which are implemented using php-ajax-mysql.