Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 652 Bytes

File metadata and controls

23 lines (12 loc) · 652 Bytes

This is a simple web-based blogging application built with vanilla JavaScript, CSS (Less for styling), and HTML. The application allows users to create, edit, and delete blog posts without using any frontend frameworks.

Technologies Used

JavaScript (Vanilla JS) – Core scripting language

HTML – Structuring the web pages

CSS with Less – Styling the application

Gulp - Converting styles

Light-server - Start local server and serving files

Running Locally

  1. Clone the repository:

     git clone https://github.com/mikhaylov1gor/BlogWebDevHits
    
  2. Start a local server:

     live-server public --port=3000 --entry-file=index.html