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

https://github.com/ibrsec/followers-router


https://github.com/ibrsec/followers-router

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          







Logo

Github Followers App


An awesome Github Followers App with React Router
Explore the docs ยป




View Demo
ยท
Report Bug
ยท
Request Feature


๐Ÿ“Ž Table of Contents ๐Ÿ“Ž


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---


## โ„น๏ธ About The Project

[![followers-router](./src/img/project.gif)](https://followers-router.vercel.app/)

(back to top)

---


## ๐Ÿ‘€ Overview

๐Ÿ“ฆ Used github followers api for github users data
๐ŸŽฏ Used React environment, components, use state, use effect hooks, uplifting state, react router dom
๐Ÿ–ฅ First Login to the app
๐Ÿ”ฉ And get github users with pagination and search features
๐Ÿ’ช You can Logout if you want to..!

(back to top)


## ๐Ÿ›ซ Quick Setup

```sh
# clone the project
git clone https://github.com/ibrsec/followers-router.git

# enter the project directory
cd followers-router

# install dependency
npm install || yarn install

# develop
npm run dev || yarn start
```

(back to top)


## ๐Ÿ“‚ Directory structure

```diff
followers-router (folder)
|
|---public (folder)
|
+ |---src (folder)
| |---img (folder)
| |
| |---pages (folder)
| | |---Home.jsx
| | |---About.jsx
| | |---Login.jsx
| | |---NotFound.jsx
| | |---PrivateRoute.jsx
| | โ””---UserDetail.jsx
| |
| |---components (folder)
| | |
| | |---Header.jsx
| | |---Navs.jsx
| | |---Followers.jsx
| | |---Pagination.jsx
| | โ””---Search.jsx
| |
| |
| |---App.js
| |---App.css
| |---Index.js
| โ””---Index.css
|
|----package.json
|----yarn.lock
โ””----readme.md
```

(back to top)

---


### ๐Ÿ—๏ธ Built With









(back to top)