Welcome to BloomBlog, a dynamic blogging platform built with React! Immerse yourself in a modern and interactive space where you can explore engaging blog content. BloomBlog is designed to provide an enjoyable reading experience while offering a seamless platform for contributors.
- Light/dark mode toggle
- Users can read blogs written and posted by me.
- Users can comment under my blog post and leave their reviews.
- Admin(me) has a dashboard where I can create new blogs or delete exiting ones. -You can search or share the blog you want see.
Clone the project
Go to the project directory
cd blogging
Install dependencies
npm i
Start the server
npm run dev