A simple blog app built using Vite, React, and Tailwind CSS. This repository is designed for open-source contributions.
- Fast development with Vite
- Styled using Tailwind CSS
- Modular and scalable React components
To set up the project locally:
- Clone the repository:
git clone https://github.com/<your-username>/my-blog-app.git
- Install Dependencies:
npm install
- Start the Development Server:
npm start
- Open http://localhost:3000 to view the app in your browser.
- Home Page: Displays a list of blogs with a preview image, title, and author.
- Blog Details: Detailed view of a selected blog with comments and sharing options.
- User Dashboard: Manage your posts, drafts, and profile settings.
- Search & Filter: Quickly find blogs using keywords or categories.
Below is a preview of the app's UI. The design showcases a clean and intuitive interface for a better user experience:
This sample image demonstrates the responsive and interactive design elements.