Skip to content

cbum-dev/Fix_It

Repository files navigation

Fix_It - GitHub Issue Aggregator

Project Overview

Fix_It is a React application built with Vite, providing a streamlined solution for managing GitHub issues. The application aggregates GitHub issues in one place, eliminating the need to navigate to GitHub each time you search for good first issues. With a clean and minimal setup, Fix_It leverages Vite for fast development, Hot Module Replacement (HMR), and two official plugins, @vitejs/plugin-react for Fast Refresh using Babel, and @vitejs/plugin-react-swc for Fast Refresh using SWC.

Installation Guide

Follow these steps to set up and run Fix_It on your local machine:

  1. Clone the repository:

    git clone https://github.com/your-username/fix-it.git
  2. Navigate to the project directory:

    cd fix-it
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev

    This will start the application on http://localhost:3000.

VITE_API_ENDPOINT = ''
VITE_PROJECT_ID = ''
VITE_DATABASE_ID = ''
VITE_COLLECTION_ID_SAVEDISSUE = ''
VITE_COLLECTION_ID_USERS = ''
  1. Open your web browser and visit http://localhost:3000 to explore Fix_It.

Now you have Fix_It up and running locally, providing a convenient hub for managing and exploring GitHub issues.

Feel free to customize and enhance Fix_It based on your requirements or contribute to the project.

Happy coding! 🚀

Contribution and Improvements Are Appreciated

Releases

No releases published

Packages

No packages published

Languages