{"id":18759789,"url":"https://github.com/hamzoo0/blog-write","last_synced_at":"2026-05-04T12:41:54.368Z","repository":{"id":254977316,"uuid":"848130114","full_name":"HAMZOO0/Blog-Write","owner":"HAMZOO0","description":"This project is a full-featured blogging platform built with modern frontend tools. Users can create, update, and delete blog posts, as well as manage their accounts. The project leverages a variety of technologies to deliver a rich user experience.","archived":false,"fork":false,"pushed_at":"2024-11-18T15:28:09.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T17:15:38.759Z","etag":null,"topics":["appwrite","mern-stack","reactjs"],"latest_commit_sha":null,"homepage":"https://blog-write-delta.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HAMZOO0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-27T07:27:21.000Z","updated_at":"2024-11-18T15:28:23.000Z","dependencies_parsed_at":"2024-12-29T05:02:31.313Z","dependency_job_id":null,"html_url":"https://github.com/HAMZOO0/Blog-Write","commit_stats":{"total_commits":47,"total_committers":1,"mean_commits":47.0,"dds":0.0,"last_synced_commit":"7140a9a18512327331316ced01379b748db14747"},"previous_names":["hamzoo0/blog-write"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HAMZOO0/Blog-Write","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HAMZOO0%2FBlog-Write","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HAMZOO0%2FBlog-Write/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HAMZOO0%2FBlog-Write/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HAMZOO0%2FBlog-Write/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HAMZOO0","download_url":"https://codeload.github.com/HAMZOO0/Blog-Write/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HAMZOO0%2FBlog-Write/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27472246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-03T02:00:06.367Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appwrite","mern-stack","reactjs"],"created_at":"2024-11-07T18:07:39.182Z","updated_at":"2025-12-03T08:30:33.382Z","avatar_url":"https://github.com/HAMZOO0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog Project\r\n\r\nThis project is a full-featured blogging platform built with modern frontend tools. Users can create, update, and delete blog posts, as well as manage their accounts. The project leverages a variety of technologies to deliver a rich user experience.\r\n\r\n## Features\r\n\r\n- **User Authentication**: Create an account, login, and manage user sessions.\r\n- **Create Posts**: Write and publish blog posts with rich text formatting.\r\n- **Edit Posts**: Update existing posts with new content or changes.\r\n- **Delete Posts**: Remove posts from the platform.\r\n- **Rich Text Editor**: Utilize TinyMCE for advanced text formatting options.\r\n- **Redux Toolkit**: Manage global state seamlessly with Redux.\r\n- **Routing**: Navigate between pages using React Router.\r\n\r\n## Tech Stack\r\n\r\n- **React**: UI library for building the user interface.\r\n- **Vite**: Fast and modern build tool for development.\r\n- **React Hook Form**: Manage form states efficiently.\r\n- **Redux Toolkit**: Simplified state management with Redux.\r\n- **React Router Dom**: Handles routing and navigation.\r\n- **TinyMCE React**: WYSIWYG editor for creating rich content.\r\n- **Appwrite**: Backend-as-a-Service for authentication and database management.\r\n- **Tailwind CSS**: Utility-first CSS framework for styling.\r\n- **HTML React Parser**: Parse and manipulate HTML in React components.\r\n\r\n## Installation\r\n\r\n1. **Clone the repository:**\r\n\r\n    ```bash\r\n   git clone https://github.com/HAMZOO0/Blog-Write.git\r\n\r\n    ```\r\n\r\n2. **Install dependencies:**\r\n\r\n    ```bash\r\n    npm install\r\n    ```\r\n\r\n3. **Run the development server:**\r\n\r\n    ```bash\r\n    npm run dev\r\n    ```\r\n\r\n4. **Build for production:**\r\n\r\n    ```bash\r\n    npm run build\r\n    ```\r\n\r\n\r\n## Configuration\r\n\r\nMake sure to configure your environment variables for Appwrite (backend service) and other necessary services.\r\n\r\n## Usage\r\n\r\n- **Creating a Post**: Use the editor to create a post and add rich content.\r\n- **Editing a Post**: Navigate to a specific post and update the content.\r\n- **Deleting a Post**: Remove a post directly from the interface.\r\n- **Account Management**: Sign up, login, and manage your profile.\r\n\r\n## Dependencies\r\n\r\n- **@reduxjs/toolkit**: State management with Redux Toolkit.\r\n- **@tinymce/tinymce-react**: TinyMCE editor for rich text editing.\r\n- **appwrite**: Backend-as-a-Service for authentication and database.\r\n- **html-react-parser**: Parse and render HTML content in React.\r\n- **react**: JavaScript library for building user interfaces.\r\n- **react-dom**: React package for working with the DOM.\r\n- **react-hook-form**: Handle form state management.\r\n- **react-redux**: Bindings for Redux in React.\r\n- **react-router-dom**: Routing and navigation for React applications.\r\n- **vite**: Fast and modern frontend build tool.\r\n\r\n\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Contributing\r\n\r\nFeel free to open issues or submit pull requests if you have any suggestions or improvements.\r\n---\r\n![image](https://github.com/user-attachments/assets/d0995e52-f03c-4a44-933f-ea33b4252f58)\r\n\r\n![image](https://github.com/user-attachments/assets/1a18de7e-b607-4262-a44b-ae67be167ced)\r\n\r\n![image](https://github.com/user-attachments/assets/7d50b0da-cbab-4983-80f3-93ad22d37878)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamzoo0%2Fblog-write","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamzoo0%2Fblog-write","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamzoo0%2Fblog-write/lists"}