Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikhaylov1gor/blogwebdevhits
- Owner: mikhaylov1gor
- Created: 2024-12-25T04:48:54.000Z (about 2 months ago)
- Default Branch: develop
- Last Pushed: 2025-02-13T10:14:59.000Z (about 9 hours ago)
- Last Synced: 2025-02-13T11:26:55.684Z (about 8 hours ago)
- Topics: less, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 stylesLight-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