https://github.com/badhon252/personal-blog
This is a dynamic bloggin website, where you can post and read blogs anonymously
https://github.com/badhon252/personal-blog
css3 express-js firebase git html5 javascript nodejs
Last synced: 3 months ago
JSON representation
This is a dynamic bloggin website, where you can post and read blogs anonymously
- Host: GitHub
- URL: https://github.com/badhon252/personal-blog
- Owner: badhon252
- Created: 2022-12-20T18:23:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T21:17:57.000Z (over 3 years ago)
- Last Synced: 2025-02-01T19:22:05.867Z (over 1 year ago)
- Topics: css3, express-js, firebase, git, html5, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 17.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Blogging Website using pure HTML, CSS and JS.
This project is a mini version of a working blogging website. This project is done by using only HTML, CSS and JS. This is a node.js app. And using firebase as its databse. Features of this Site :-
1. Dynamic Blog pages.
2. Have a dedicated editor for blogs.
3. You can add/make as many blogs you want.
4. You can add Headings, paragraphs, and Images to the blog post.
5. Have read more blogs section also.
You can checkout it coding tutorial [here](https://youtu.be/AWHGQfzfHxI).
### Installation Guide.
Once you forked this repo. Make sure to run `npm install` command inside the folder to install all the package.
After installing packages. You must go to your firbase console and make a project. Copy project credentials and paste it to "firebase.js" file. Otherwise you'll not be able to access database.