Express.js Blog project
It doesn't look like it but this is also one of the most complicated ones, it is also using Express.js Routing System and powered by mongoDB, I have made all of this projects while learning and studying, but the back-end ones are the most complicated. It's a simple blog website but, when you want to post another day or something, you go on (the url)/compose, where you can type in what do you want to post.
Also in the navigation bar every button leads to another route (/about, /home, /contact) which are all separete pages, but when clicked on the home you are on the home page and you can see what you have posted even when you restart because I was using mongoDB and databases. The Read more leads to a separate page where is the whole text that you composed.
This is also the one which you cannot see because I needed to shut it down because heroku (a hosting site) was charging me while they didn't even warn me about money I need to spend. Only I can see it on my localhost but here I explained it all.