Skip to content

An app that display github users by country, sorted by the date they joined.

Notifications You must be signed in to change notification settings

twisty-team/tz_wcc2_s1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Techzara WCC 2nd Edition, week 1

This app allow github users to get a list of github users by country and search a specific user by its username.

Getting Started

You have the choice between using the app with authentication or not. When authenticated, you are allowed to make up to 30 requests per minutes against 10 when you're not authenticated. The authentication is done your your github account.

⚠️ The dropdown with the country list may take a while to load depending on your internet connection.

Prerequisites

You need to have python 3 installed on your machine in order to run the backend and npm for the frontend.

Backend

  • Install the necessary python packages (preferably in a virtual environment):
cd backend/
pip3 install -r requirements.txt

Frontend

  • Install the necessary node modules :
cd frontend/
npm install # or npm i

How to run

Go to the backend directory and type :

python app.py

Then to the frontend directory and type :

npm start

A new tab will be open with your default browser where you can use the app.

Authors

Production Link : https://twisty-team-github-users-search.netlify.app/

About

An app that display github users by country, sorted by the date they joined.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published