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.
Follow these steps to set up and run Fix_It on your local machine:
-
Clone the repository:
git clone https://github.com/your-username/fix-it.git
-
Navigate to the project directory:
cd fix-it
-
Install dependencies:
npm install
-
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 = ''
- 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! 🚀