IMPROVING THE UI OF THIS BLOGGING APP - V2

Changing the UI layout and improving the experience by modernizing the UI with custom styling

Improving and Enhancing the UI of this blogging app with the same functionalities.

Current UI functionalities and experience

Simple layout with blogs sorted with date parameter passed in content.md file.

image

The blogs are direct implementation of markdown converted to html using md.convert. The conversion and testing is already done and running as expected (parsing images, bolding, headers formatting, links embedding) so the parsing is working as expected. The incremental blogging will be done by creating a folder in blogposts and writing down markdown files with content.md and other assets.

https://www.markdownguide.org/basic-syntax/

image

Version1 branch with all the code until this implementation so that we can revert to this version in future if needed.

https://github.com/dinesh-coderepo/blogsite/tree/version1

As mentioned already the input method is markdown by creating a folder for each blog and adding content.md with the content and other assets.

image

image

All the changes are made using cursor prompts, the below is the summary of all the changes I asked the cursor to do to enhance the UI, additionally integrated the light and dark modes to the blog site.

Summarizing the changes made to the UI:

These UI changes have significantly improved the overall look and feel of the blogging app while maintaining its core functionalities. The new design provides a more modern, cohesive, and user-friendly experience across all pages of the website.

Back to home