All Projects → fariasmateuss → Community User Profile

fariasmateuss / Community User Profile

Licence: mit
👨‍💻 Profile page, but for developers.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Community User Profile

Readme Template
📜 Modelos readme para qualquer pessoa copiar e usar em seu GitHub.
Stars: ✭ 287 (+796.88%)
Mutual labels:  profile, card
Gitwar
🚀 Gitwar - Compete with Github
Stars: ✭ 44 (+37.5%)
Mutual labels:  github-api, profile
Profile Card
Tailwind CSS Starter Template - Profile Card (Single page website for your profile/links)
Stars: ✭ 69 (+115.63%)
Mutual labels:  profile, card
LeetCode-Stats-Card
Show your dynamically generated LeetCode stats on your GitHub profile or your website!
Stars: ✭ 207 (+546.88%)
Mutual labels:  profile, card
github-admin
vue和element-ui搭建一個後台管理系統,使用github提供的api搞事情。輸入您的github賬號名自動幫你生成基本的github信息哦😯
Stars: ✭ 15 (-53.12%)
Mutual labels:  github-api, axios
Profile-Card
Profile Card
Stars: ✭ 13 (-59.37%)
Mutual labels:  profile, card
Metrics
📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
Stars: ✭ 4,621 (+14340.63%)
Mutual labels:  github-api, profile
Repository Hunter
🌹 Making GitHub more socially engaging 🎮 and fun 🍥 for all
Stars: ✭ 273 (+753.13%)
Mutual labels:  github-api, profile
Github Stats
Better GitHub statistics images for your profile, no external server required
Stars: ✭ 338 (+956.25%)
Mutual labels:  github-api, profile
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+2590.63%)
Mutual labels:  axios
Stanford Drupal Profile
A dev / test-only version of the Drupal Hosting Service Configuration
Stars: ✭ 13 (-59.37%)
Mutual labels:  profile
Nuxt Ssr Demo
✨ 高仿掘金,整合 vue + nuxt + axios + vuex + vue-router (nuxt 自带 vuex 和 vue-router),一个基于 Nuxt 的服务器端渲染 Demo
Stars: ✭ 856 (+2575%)
Mutual labels:  axios
Trellototrac
Trac plugin for import Trello card
Stars: ✭ 10 (-68.75%)
Mutual labels:  card
Xamcustomlayouts
Xamarin.Forms Custom Layouts - Cards
Stars: ✭ 15 (-53.12%)
Mutual labels:  card
Github Repo Size
🚀 Chrome extension to display repository size on GitHub
Stars: ✭ 859 (+2584.38%)
Mutual labels:  github-api
Introtoprofiling
Intorduction to profiling C\C++ applications. Description of different tools, comparison of capabilities and examples in code.
Stars: ✭ 21 (-34.37%)
Mutual labels:  profile
Vue Music
基于vue2.0的网易云音乐播放器,api来自于NeteaseCloudMusicApi,v2.0为最新版本
Stars: ✭ 855 (+2571.88%)
Mutual labels:  axios
Squib
A Ruby DSL for prototyping card games.
Stars: ✭ 850 (+2556.25%)
Mutual labels:  card
Tent
Content management with Github hosted Markdown as an authoritative data source
Stars: ✭ 28 (-12.5%)
Mutual labels:  github-api
Redux Tide
Simple library for redux crud normalized state and actions/selectors for it
Stars: ✭ 20 (-37.5%)
Mutual labels:  axios

Table of Contents

Tech

  • TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
  • React - A JavaScript library for building user interfaces.

This project was bootstrapped with Create React App.

Getting Started

  1. To run this project in the development mode, you'll need to have a basic environment with NodeJs and Yarn installed;

  2. Clone this repository:

git clone https://github.com/fariasmateuss/community-user-profile.git
  1. In the project directory, install all dependencies:
yarn
  1. Runs the app in the development mode:
yarn start
  1. And finally open http://localhost:3000 to view it in the browser;

The page will reload if you make edits.
You will also see any lint errors in the console.

Usage

Getting started add your username in the USERNAME_KEY variable.

key description default
USERNAME_KEY Username used in REST Endpoints fariasmateuss

In this project, there are requests for the following GitHub and DEV Community REST endpoints.

GitHub

Get a user

Provides publicly available information about someone with a GitHub account.

curl https://api.github.com/users/{USERNAME_KEY}

List repositories for a user

Lists public repositories for the specified user.

curl https://api.github.com/users/{USERNAME_KEY}/repos

DEV Community

List articles for a user

Lists articles for the specified user.

curl https://dev.to/api/articles?username={USERNAME_KEY}

Contributing

You can send how many PR's do you want, I'll be glad to analyse and accept them! And if you have any question about the project...

Connect with me at LinkedIn

Thank you!

License

Made with ♥ by Mateus V. Farias

This project is under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].