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

https://github.com/krenbot/github-repo-search

A React based app that lets users search and save GitHub repositories.
https://github.com/krenbot/github-repo-search

github react repository saved-searches search-engine

Last synced: 2 months ago
JSON representation

A React based app that lets users search and save GitHub repositories.

Awesome Lists containing this project

README

        

# GitHub Repo Searcher

## Description

## Table of Contents
1) [Technologies](#technologies-used)
2) [Challenges](#challenges)
3) [Future Implementations](#future-implementations)
4) [User Story](#user-story)
5) [Installation](#installation)
6) [License](#license)

## Technologies
* [React](https://nodejs.org/en/) - User Interface
* [axios](https://www.mongodb.com/) - Promise based HTTP requests

## Challenges
* LLearning React/components/best practices
* useState useage
* Praticing page views
* React fragment practice

## Future Implementation
* More robust front end
* Search by user/stars/saves/etc...

## User Story
```md
AS A tech enthusiast
I WANT an easy way to find GitHub repos related to what I search
SO THAT I can find and learn more about the technology
```

## Installation
* For installation onto local machine, clone provided repository.
* Use `npm init` to initalize node package manager
* Use `npm install` or `npm i` to install dependencies

## License
MIT © Krenbot