An open API service indexing awesome lists of open source software.

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.

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

![Screen Capture](assets/images/git-it-done.gif)

## Links

🔗 [Repository](https://github.com/nrenner0211/git-it-done)

## Contact 📩

[![Linkedin Badge](https://img.shields.io/badge/-nrenner0211-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/nicolette-renner/)](https://www.linkedin.com/in/nicolette-renner/)
[![GitHub Badge](https://img.shields.io/badge/-nrenner0211-7261A3?style=flat-square&logo=Github&logoColor=white&link=https://github.com/nrenner0211)](https://github.com/nrenner0211)
[![Gmail Badge](https://img.shields.io/badge/-nrenner0211@gmail.com-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:nrenner0211@gmail.com)](mailto:nrenner0211@gmail.com)