https://github.com/m-sehrawat/github-search
It's a mini project where we can search GitHub users and it will display the user repo details
https://github.com/m-sehrawat/github-search
css html javascript react redux restapi
Last synced: 5 months ago
JSON representation
It's a mini project where we can search GitHub users and it will display the user repo details
- Host: GitHub
- URL: https://github.com/m-sehrawat/github-search
- Owner: m-sehrawat
- Created: 2022-07-01T10:38:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T03:32:56.000Z (over 3 years ago)
- Last Synced: 2025-04-06T04:12:02.590Z (6 months ago)
- Topics: css, html, javascript, react, redux, restapi
- Language: JavaScript
- Homepage: https://mohit-githubsearch.netlify.app/
- Size: 673 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHub User Search
It's a mini project where we can search github users and it will display the user repo details
![]()
![]()
![]()
![]()
![]()

Want to see live preview »
✧
View Demo ✧
Report Bug ✧
Getting Started ✧ Installing ✧
Author ✧
## Glimpses of GitHub Search 🙈 :




## Demo
https://user-images.githubusercontent.com/91532881/177001455-532bab78-364d-43a9-a7e2-165fbfb2e06f.mp4
## Getting Started
This project was built using React, Redux, JavaScript, Rest API and CSS. It is a mini app where you can search GitHub users and for running on your local environment you should follow these guidelines.
### Prerequisites
- NPM
### Setup
The project repository can be found in [GitHub link](https://github.com/m-sehrawat/GitHub-Search) or just clone the project using this command.
```
Using HTTPS# git clone https://github.com/m-sehrawat/GitHub-Search.git
```+ Open terminal on your workspace with
```
cd /home/workspace/GitHub-Search
```## Install
Install NPM
Check that you have node and npm installed
To check if you have Node.js installed, run this command in your terminal:
```
node -v
```To confirm that you have npm installed you can run this command in your terminal:
```
npm -v
```To install all the dependences of the project, run the following command:
```
npm install
```To run the application got to the client folder and run the following command:
```
npm run dev
```### Tools used on this project
- Visual Studio Code
- Vite JS template
## Contact
If you want to contact me, you can reach me through below handles.
[](https://www.linkedin.com/in/m-sehrawat/)
[](https://github.com/m-sehrawat/)© 2022 Mohit Sehrawat
## Show your support
Give a ⭐️ if you like this project!