https://github.com/mdrianislam0or1/daily-blogs
Daily Blogs is a web application designed to help users create and manage their daily blog posts. Whether you're a professional blogger or just want to jot down your thoughts and experiences, Daily Blogs provides a simple and intuitive platform to express yourself.
https://github.com/mdrianislam0or1/daily-blogs
laravel mysql php react rest-api sonner tailwindcss
Last synced: 3 months ago
JSON representation
Daily Blogs is a web application designed to help users create and manage their daily blog posts. Whether you're a professional blogger or just want to jot down your thoughts and experiences, Daily Blogs provides a simple and intuitive platform to express yourself.
- Host: GitHub
- URL: https://github.com/mdrianislam0or1/daily-blogs
- Owner: mdrianislam0or1
- Created: 2024-04-20T09:30:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T05:39:03.000Z (almost 2 years ago)
- Last Synced: 2025-07-25T09:46:37.127Z (12 months ago)
- Topics: laravel, mysql, php, react, rest-api, sonner, tailwindcss
- Language: PHP
- Homepage: https://daily-blog-app.web.app/
- Size: 97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Daily Blogs
Daily Blogs is a web application designed to help users create and manage their daily blog posts. Whether you're a professional blogger or just want to jot down your thoughts and experiences, Daily Blogs provides a simple and intuitive platform to express yourself.
## Features
- **Create Blogs:** Users can easily create new blog posts by providing a title, author name, short description, and detailed content.
- **Upload Images:** Daily Blogs allows users to upload images to accompany their blog posts, enhancing visual appeal and storytelling.
- **Edit and Update:** Users can edit and update their existing blog posts, making it easy to refine content or add new information over time.
- **Delete Blogs:** Daily Blogs provides the option to delete unwanted blog posts, helping users maintain a clean and organized blog collection.
- **Search Functionality:** Users can search for specific blog posts by keyword, making it convenient to find relevant content quickly.
- **Responsive Design:** Daily Blogs is designed to be responsive, ensuring an optimal viewing experience across devices of all sizes.
## Technologies Used
- **Frontend:** React.js, Tailwind CSS
- **Backend:** Laravel (PHP)
- **Database:** MySQL
- **File Storage:** Local file system
- **Other Tools:** React Router, Axios, React Simple WYSIWYG, React Hook Form, React Toastify
## Installation
1. Clone the repository:
```bash
git clone
Navigate to the project directory:
bash
```
cd daily-blogs
Install dependencies:
bash
npm install
Start the development server:
bash
npm start
Access the application in your web browser at http://localhost:3000.
Contributing
Contributions are welcome! If you'd like to contribute to Daily Blogs, please fork the repository, make your changes, and submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
javascript
Replace `` with the actual URL of your repository.