Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.36 KB

Readme Blog

Netlify Status

This is a comprehensive blogging platform where users can read, and interact with blog posts. It is built using the Next.js framework, designed to share insights, tutorials, and experiences in the field of software engineering.

✨ Features

  • Wishlist.
  • Author profiles.
  • Blog feedback.

🚀 Usage

Opening the demo

Open https://climaxmba-readme-blog.netlify.app/ in your browser. You could also clone this project and run this command if you have npm installed. When it's done, open http://localhost:3000.

npm install && npm run dev

Finding a blog

To read a blog, click the Blogs link on the navbar and click on the blog you want to read. You will see a feedback form at the bottom of the page, you are welcomed to leave your taughts by filling this form.

Working with wishlist

Each blog item has a star icon, it allows you to add and remove the blog from wishlist. You can also find a button for this at the top of each blog page. To view blogs in your wishlist, click the Wishlist button with the Star icon.

🙏 Acknowledgement