Skip to content

Sameer07x19/Blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

A simple Blog app ๐ŸŒŠ

Welcome to the Blog App project! This repository contains a simple blog application built using Express.js, HTML, CSS, and JavaScript.

Table of Contents

Introduction

This project is a blog application that allows users to create, read, update, and delete blog posts. It is built with Express.js on the backend and HTML/CSS/JavaScript on the frontend, with a focus on simplicity and ease of use.

Features

  • Create new blog posts
  • Read and display blog posts
  • Update existing blog posts
  • Delete blog posts

Screenshots

Installation

To get a local copy up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Sameer07x19/Blog-app.git
  2. Navigate to the project directory:

    cd blog-app
  3. Install the dependencies:

    npm install
  4. Start the server:

    npm start
  5. Open your browser and navigate to http://localhost:3000.

Usage

  • Navigate to the home page to view existing blog posts.
  • Click on the "Create" button to create a new blog post.
  • Use the "Edit" button to update a post.
  • Use the "Delete" button to remove a post.

Contributing

Contributions are welcome! If you have any improvements or suggestions, please feel free to submit a pull request or open an issue.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourFeature)
  3. Commit your Changes (git commit -m 'Add some YourFeature')
  4. Push to the Branch (git push origin feature/YourFeature)
  5. Open a Pull Request

Releases

No releases published

Packages

No packages published