This is a Medium like blogging website, with some of its key features. Built using :-
React.js - Frontend framework, Tailwind - Styling library, Cloudflare Workers - Hosting Backend, Hono.js - Wrapper over Cloudflare workers runtime, Postgresql(neon) - Database(provider)
Live Link - https://not-my-blogs.vercel.app/blogs
TODO:
- Add more functionality for 'Comments'.
- Add a Signout Btn, on Avatar click.
- Add something for Thumbnail Image in the blog, atleast a default img.
- Add the 'Date' component in the blog, when creating/updating the blog.
- Check the way in which "All Blogs" are displayed in the '/blogs/bulk' route.
- Add a 'Back Navigation' Btn.