https://github.com/nrenner0211/git-it-done
Git-it-done uses the REST API to grab open issues on public repositories, making it easy to contribute.
https://github.com/nrenner0211/git-it-done
issues rest-api
Last synced: 8 days ago
JSON representation
Git-it-done uses the REST API to grab open issues on public repositories, making it easy to contribute.
- Host: GitHub
- URL: https://github.com/nrenner0211/git-it-done
- Owner: nrenner0211
- Created: 2022-05-31T21:35:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T21:55:32.000Z (about 3 years ago)
- Last Synced: 2025-11-05T00:07:22.289Z (8 months ago)
- Topics: issues, rest-api
- Language: CSS
- Homepage: https://nrenner0211.github.io/git-it-done/
- Size: 5.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-it-done
## Table of Contents
- [git-it-done](#git-it-done)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Installation](#installation)
- [Clone Repository](#clone-repository)
- [Install Dependencies](#install-dependencies)
- [Start Application](#start-application)
- [Walkthrough Video](#walkthrough-video)
- [Links](#links)
- [Contact 📩](#contact-)
## About
This app uses REST API to fetch public repositories with issues from GitHub, making it easy to find opportunities to contribute to open-source projects and gain experience!
## Installation
### Clone Repository
`git clone git@github.com:nrenner0211/git-it-done.git`
### Install Dependencies
All NPM packages required for this application are already listed as dependencies in the package.json file. Run the command `npm i` in your terminal at the root directory level to install the packages.
### Start Application
Run the command `npm start` in your terminal. You can then view the app on [localhost:3000](http://localhost:3000/)!
## Walkthrough Video

## Links
🔗 [Repository](https://github.com/nrenner0211/git-it-done)
## Contact 📩
[](https://www.linkedin.com/in/nicolette-renner/)
[](https://github.com/nrenner0211)
[](mailto:nrenner0211@gmail.com)