Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boddepallyvenkatesh06/venky-blog
Venky Blog is a personal blogging platform designed to allow users to create and share their thoughts and experiences
https://github.com/boddepallyvenkatesh06/venky-blog
css3 handlebars html5 javascript-library netlify-deployment responsive-design scss-framework
Last synced: about 1 month ago
JSON representation
Venky Blog is a personal blogging platform designed to allow users to create and share their thoughts and experiences
- Host: GitHub
- URL: https://github.com/boddepallyvenkatesh06/venky-blog
- Owner: BoddepallyVenkatesh06
- License: mit
- Created: 2024-03-31T18:19:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T18:28:40.000Z (8 months ago)
- Last Synced: 2024-10-01T07:04:23.933Z (about 1 month ago)
- Topics: css3, handlebars, html5, javascript-library, netlify-deployment, responsive-design, scss-framework
- Language: HTML
- Homepage: https://venky-kumar-blog-template.netlify.app/
- Size: 3.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Venky Blog
Venky Blog is a simple blogging platform built using HTML, JavaScript, SCSS, Handlebars, and CSS.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgments](#acknowledgments)## Introduction
Venky Blog is a personal blogging platform designed to allow users to create and share their thoughts and experiences. It provides a simple and intuitive interface for writing, editing, and publishing blog posts.
## Features
- User-friendly interface
- Create, edit, and delete blog posts
- Responsive design for mobile and desktop
- SCSS for easy styling customization
- Handlebars for templating blog posts## Getting Started
### Prerequisites
Before you begin, ensure you have the following installed:
- Node.js
- npm (Node Package Manager)### Installation
1. Clone the repository:
```bash
https://github.com/BoddepallyVenkatesh06/Venky-Blog.git
cd venku-blog
```2. Install dependencies:
```bash
npm install
```## Usage
To start the application, run:
```bash
npm start
```Then, open your web browser and navigate to `http://localhost:3000` to access Venku Blog. Follow the on-screen instructions to create, edit, and publish blog posts.
## Contributing
Contributions are welcome! If you'd like to contribute to Venku Blog, please follow these steps:
1. Fork the project.
2. Create a new branch: `git checkout -b feature-name`.
3. Commit your changes: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature-name`.
5. Submit a pull request.## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Acknowledgments
- Inspiration for design and functionality from various online tutorials and resources
- Special thanks to [Name] for providing feedback and suggestions