Skip to content

Souma-cpp/Blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogger

Table of Contents

About

Blogger is a blogging platform that allows users to create, edit, and manage blog posts with ease. It is designed for simplicity and flexibility, making it ideal for personal blogs or small publications.

Features

  • Create, edit, and delete blog posts
  • User authentication
  • Responsive design
  • Markdown support for posts
  • Comment system

Project Structure

.
├── public/             # Static assets
├── src/
│   ├── components/     # Reusable UI components
│   ├── pages/          # Page components (Home, Post, Login, etc.)
│   ├── utils/          # Utility functions
│   ├── App.js          # Main app component
│   └── index.js        # Entry point
├── .gitignore
├── package.json
├── README.md
└── ...other config files

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/Blogger.git
    cd Blogger
  2. Install dependencies:
    npm install

Usage

Start the development server:

npm start

Open http://localhost:3000 to view the app in your browser.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published