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
-
Clone the repository:
git clone https://github.com/mikhaylov1gor/BlogWebDevHits -
Start a local server:
live-server public --port=3000 --entry-file=index.html