Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.76 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.76 KB

🎉 dev-flow - Developer Flow 🎉

What is dev-flow ❓

  • dev-flow is a website where you can view any person's GitHub statistics and timeline by entering their GitHub username.

How it works ❓

  • Enter the GitHub username for the search and press the search button twice. See all statistics and user activities.

Technologies used


⚙️ Installation


1. git clone https://github.com/alperkaratas/dev-flow.git`
2. npm install
3. npm start

❗️ Create your GitHub Personel Access Key and add it to the following section,

  • Path: dev-flow > src > Home.js (37. and 64. row)
 headers: {
             Accept: "your personel access key",
          }

✊ Support

dev-flow - View GitHub statistics and timeline by username. | Product Hunt


📝 TO-DO

  • Improvement in Api requests
  • Responsive design arrangements
  • Editing the file and component structure
  • Clean code layout
  • Statistics of different developer platforms


Licence