This project is a Blog Application built with React and Tailwind CSS. It offers a sleek, modern interface for users to read, write, and share their thoughts on various topics.
- Create, Read, Update, Delete (CRUD) Posts: Users can create new blog posts, read existing ones, update their posts, and delete them. 📝
- Responsive Design: Built with Tailwind CSS, the app is fully responsive and looks great on all devices. 📱💻
- Comment System: Allows readers to comment on posts, fostering a community of readers. 💬
- Search Functionality: Find exactly what you're looking for with our efficient search system, which allows filtering by post titles and content. 🔍
- User Authentication: Keep your account secure with our robust authentication system that supports both registration and login operations. 🔐
- Node.js 📦
- npm or yarn 🧶
- Clone the repository:
git clone https://github.com/yourusername/project-blog-app.git
- Install the dependencies:
cd project-blog-app
npm install
- Start the development server:
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Phuoc Ha - @mint96155
Project Link: https://github.com/NeyuD96155/Blog-App