Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.27 KB

File metadata and controls

30 lines (22 loc) · 1.27 KB

Github Profile Viewer (WIP)

This project is an implementation of this app idea from the app-ideas repository.

It consists of a page where you can search a github user and see information about him and his top 4 repositories. I made it as a way to study Chakra UI (had never used it before) and practice UI design skills.

⚡ Demo

You can access it here!

💻 Techs

🚀 Run

  • Clone repository git clone https://github.com/diegodvv/github-profile-viewer.git
  • Install dependencies yarn install
  • Start server yarn start
  • Open http://localhost:3000

Todo

  • ✅ Show user profile information and repositories
  • ✅ Show alert if user doesn't exist
  • ⬜ Support light theme
  • ⬜ Use transitions with framer motion
  • ⬜ Render emoji on names and descriptions