Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brijenmakwana/github-spiral
- Owner: BrijenMakwana
- Created: 2022-11-26T04:34:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T11:26:21.000Z (about 2 years ago)
- Last Synced: 2024-10-25T05:55:45.636Z (3 months ago)
- Topics: css3, github-api, html5, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://github-directory.vercel.app
- Size: 530 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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