🏠 Homepage
BlogItOut is a Node.js based Online Blogging Platform, where users can share their views and ideas on individual topics and Blog them out to the world of and readers. The functionalities supported are stated below :
- Post Blogs Online.
- Explore All Blogs.
- Like Blogs.
- Your Blogs listed seperately.
✨ Visit Here : BlogItOut
├── LICENSE
├── README.md
├── models
| ├── blog.js
| └── user.js
├── views
│ ├── partials
│ │ ├── dashnavPartial.hbs
│ │ ├── dashnavStyling.hbs
│ │ ├── gttButtonPartial.hbs
│ │ ├── gttButtonStyling.hbs
│ │ ├── navbarIndexPartial.hbs
│ │ ├── navbarStyling.hbs
│ │ └── oopsMessage.hbs
│ ├── addBlog.hbs
│ ├── allPosts.hbs
│ ├── dashboard.hbs
│ ├── errPage.hbs
│ ├── index.hbs
│ ├── login.hbs
│ ├── signup.hbs
│ └── userBlogs.hbs
├── dashoard
│ └── index.js
├── css
│ └── login.css
├── scripts
| ├── canvas.js
| ├── dashnav.js
| ├── goback.js
| ├── gttButton.js
| ├── likePost.js
| ├── navbar-indexScript.js
| └── searchForm.js
├── index.js
└── passportConfig.js
Landing Page |
Trending Blogs |
Login Page |
BlogItOut Dashboard |
New Blog |
Search All Blogs |
User Blogs |
👤 Manav Verma
- Website: https://vmanav.github.io/
- Github: @vmanav
- LinkedIn: @vmanav
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Copyright © 2020 Manav Verma.
This project is MIT licensed.