Skip to content

Latest commit

 

History

History
114 lines (87 loc) · 2.73 KB

README.md

File metadata and controls

114 lines (87 loc) · 2.73 KB

Blogify

A website to share blogs, articles, & book reviews.

Cover Image

Maintainer

Tech Stack

Markup Language: HTML5

Stylesheet: CSS3

CSS Framework: Bootstrap

Programming Language: JavaScript

Backend Service: Firebase

Running Tests

To run tests, install Visual Studio Code on your local device. Install and Setup Git and GitHub on your local device and remotely.

Run Locally

Fork this project.

https://github.com/semikolan-co/Blogify

Clone the forked repository!

File Structure

Blogify
├── assets\
│   ├── css\
│   │   └── style.css
│   ├── images\
│   └── svg\
│
├── backend\
│   ├── firebase.js
│   └── main.js
│
├── pages\
│   ├── services\
│   │   ├── academic-content.html
│   │   ├── creative-copywriting.html
│   │   ├── digital-marketing.html
│   │   ├── e-commerce.html
│   │   ├── product-description.html
│   │   ├── professional-blog.html
│   │   ├── professional-email.html
│   │   ├── resume.html
│   │   ├── review-writing.html
│   │   ├── social-media.html
│   │   ├── sop.html
│   │   └── website-content.html
│   ├── 404.html
│   ├── about.html
│   ├── archive.html
│   ├── article.html
│   ├── blog.html
│   ├── books.html
│   ├── client-review.html
│   ├── contact.html
│   ├── create-account.html
│   ├── developer.html
│   ├── feedback.html
│   ├── free-content.html
│   ├── gallery.html
│   ├── hire-me.html
│   ├── my-story.html
│   ├── news-letter.html
│   ├── poem.html
│   ├── privacy-policy.html
│   ├── pro-work.html
│   ├── services.html
│   ├── settings.html
│   ├── sign-in.html
│   ├── sign-up.html
│   ├── terms-condition.html
│   ├── updates.html
│   └── web-content.html
│
├── LICENSE
├── README.md
└── index.html

Contributing

Contributions are always welcome for the HactoberFest 2022!

Managed By

This project is managed by the following companies:

  • Semikolan

License

GNU GENERAL PUBLIC LICENSE

Appendix

This README.md file is up to date.