https://github.com/lukmanrambe/blogger-clone
Blogger Clone Using PHP MVC Concept
https://github.com/lukmanrambe/blogger-clone
blogger blogger-clone bootstrap clone-app css html javascript mvc oop php php7
Last synced: 5 months ago
JSON representation
Blogger Clone Using PHP MVC Concept
- Host: GitHub
- URL: https://github.com/lukmanrambe/blogger-clone
- Owner: LukmanRambe
- License: gpl-3.0
- Created: 2021-08-04T03:01:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T00:34:17.000Z (about 4 years ago)
- Last Synced: 2025-03-02T22:41:37.131Z (over 1 year ago)
- Topics: blogger, blogger-clone, bootstrap, clone-app, css, html, javascript, mvc, oop, php, php7
- Language: PHP
- Homepage:
- Size: 44.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blogger Clone
This is Blogger Clone (https://blogger.com/) that i have created with PHP by using MVC Concept, we can create a post, edit it, delete it and leave some comment in it.
We can also see other people's post and leave some comment in it.
# Web Pages
## Home

This is the landing page of Blogger Clone
## Posts

In this page, we can see all the posts that we have created
## Comments

In this page, we can see all the comments from our posts
## Create Post

In this page, we create our post by fill in the title and content input
## Edit Post

In this page, we can edit our post, either it's title or content
## Online Posts

In this page, we can see how people see our list of posts when they visit our profile
## Online Post

In this page, people can read our post and comment our post
## User Profile

In this page, we can edit our username and profile picture