Skip to content

My first blog website application that built with node.js, express.js, EJS

Notifications You must be signed in to change notification settings

vincyy24/My-Blog-Web-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributor must have standard

To contributors who want to resolve my project's issue. You need to follow good contributor standards at least giving the pull request a meaningful name and using my official specific branch of each issue.

If you want to contribute to an easy issue in this project, please COMPLETE the easy issue and don't leave even a single easy bug because it is not acceptable.

Example: You know that if it has no blog in the array it will do something that we don't want or not send anything. And you still do not make any easy solution like the one below.

if (blogs.length == 0) {
  // Do something such as send a text that tells us there is no blog.
} else {
  // Do something
}


This is not acceptable, please solve it. Otherwise, I will not accept your pull request.

Please do not use any other packages that I didn't use in this project (you can see it in package.json).

If you are my college friend, please contact me on my Instagram.

About

My first blog website application that built with node.js, express.js, EJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.0%
  • EJS 30.9%
  • JavaScript 27.1%