Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brijenmakwana/github-spiral

This web application will provide GitHub user data such as name, user handle, bio, and the total number of public repos that the user owns. Repos will be displayed in a card-style layout.
https://github.com/brijenmakwana/github-spiral

css3 github-api html5 javascript react reactjs

Last synced: 29 days ago
JSON representation

This web application will provide GitHub user data such as name, user handle, bio, and the total number of public repos that the user owns. Repos will be displayed in a card-style layout.

Awesome Lists containing this project

README

        

# GitHub Directory

## Table of contents

- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#Built-with)

## Overview

- You can search for any GitHub user.
- This web application will provide GitHub user data such as name, user handle, bio, and the total number of public repos that the user owns.
- The majority of public repositories will be displayed in a card-style layout that includes information on the name, description, and tech stacks employed in each repository.

## Screenshot

![](./src/assets/images/preview_1.png)
![](./src/assets/images/preview_2.png)
![](./src/assets/images/preview_3.png)
![](./src/assets/images/preview_4.png)

## Links

- Live Site URL: [https://github-directory.vercel.app](https://github-directory.vercel.app)

## Built with

- React
- HTML
- CSS
- Javascript
- GitHub API