A simple blog website built using React.js and styled with Tailwind CSS. Users can add, delete, and mark blogs as favorites. The blog is fully functional and can be accessed via the hosted link.
- Add Blog: Users can add their own blogs with titles and content.
- Delete Blog: Users can delete blogs they've added.
- Favorite Blogs: Users can mark blogs as favorites and view them in a dedicated section.
- Responsive Design: The website is fully responsive, built using Tailwind CSS.
- Hosting: The blog is deployed and accessible online.
- Frontend: React.js, Tailwind CSS
- State Management: React's built-in
useStateanduseEffecthooks - Deployment: Link to hosted version
Before you start, make sure you have the following installed on your local machine:
-
Clone the repository:
git clone https://github.com/your-username/react-blog-website.git