Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikhaylov1gor/blogwebdevhits

Simple web-based blogging application
https://github.com/mikhaylov1gor/blogwebdevhits

less vanilla-js

Last synced: about 4 hours ago
JSON representation

Simple web-based blogging application

Awesome Lists containing this project

README

        

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