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.
- Host: GitHub
- URL: https://github.com/krenbot/github-repo-search
- Owner: Krenbot
- Created: 2023-01-28T20:54:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T16:03:38.000Z (over 2 years ago)
- Last Synced: 2024-10-12T06:50:10.570Z (8 months ago)
- Topics: github, react, repository, saved-searches, search-engine
- Language: JavaScript
- Homepage: https://krenbot.github.io/github-repo-search/
- Size: 1.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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