Javascript, HTML, CSS
Get top programmers as provided by wakatime's dashboard in a given area.
API - https://wakatime.com/api/v1/leaders
Dashboard - https://wakatime.com/leaders
Country specific dashboard - https://wakatime.com/leaders?country_code=KE
Just append ?country_code=(shortcode e.g KE for Kenya) after the URL
- Able to search different countries
- Search amongst the top ranked
- See the top languages per user
- Sort according to name, hours e.t.c
- People who might be looking for developers 2 .You can see the most used languages amongst developers
- See active developers in your area
- Data from API was hard to sort
- Search query not passing to backend from frontend
- API can't be fetched using Node>v.20
- Better the frontend
- Able to see developers GitHub
Ensure you have node<=19 and npm installed
git clone https://github.com/jwathika/phase_one_project && cd phase_one_project
npm install
npm dev
Then open http://localhost:3000 on your browser