GitHub Blog App

The GitHub Blog App is a powerful tool that leverages the GitHub API to transform issues into an engaging and informative blog. With this app, you can seamlessly showcase your GitHub profile, list and filter repository issues, and present complete posts, creating a dynamic and interactive blogging experience.

Features

1. GitHub Integration

The app integrates with the GitHub API, allowing you to fetch issues directly from your repositories. This enables you to use GitHub issues as a content management system for your blog.

2. Profile Showcase

Display your GitHub profile prominently on your blog. Share information about your repositories, contributions, and more to give your readers insight into your work.

3. List and Filter Repository Issues

Effortlessly list and filter issues from your repositories. Organize your blog content by leveraging GitHub issues, making it easy for readers to navigate and explore topics of interest.

4. Complete Post View

Readers can view complete blog posts, which are transformed from GitHub issues. Enjoy a seamless reading experience with full support for Markdown rendering.

Getting Started

To set up the GitHub Blog App, follow these steps:

  1. Clone the Repository: Clone this repository to your local machine.

    git clone https://github.com/Newton-Duarte/github-blog.git
  2. Install Dependencies: Install the necessary dependencies for the app.

    npm install
  3. Run the App: Start the app locally.

    npm run dev

    Visit http://localhost:3000 in your browser to explore the app.

Contribution

If you have ideas for improvements, new features, or encounter any issues, feel free to contribute! Open an issue or submit a pull request – your input is highly valued.