You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,32 +52,30 @@ This will start the server, and you will be able to access the application by vi
52
52
53
53
## Usage
54
54
55
-
After installing and setting up the project, run the server using the command python3 wsgi.py.
55
+
After installing and setting up the project, run the server using the command `python3 wsgi.py`.
56
56
57
-
Open your web browser and navigate to the URL where the server is running (usually http://localhost:5000).
57
+
Open your web browser and navigate to the URL where the server is running (usually `http://localhost:5000`).
58
58
59
59
On the home page, you will see a search form where you can specify your search criteria.
60
+

60
61
61
-
Choose a topic from the dropdown menu to search for repositories related to that topic.
62
+
Write a topic on the search bar and choose the programming language and rating from the drop-down menu as shown in the above picture to search for repositories related to that criteria.
62
63
63
-
Optionally, select a rating option to filter the repositories by their star rating.
64
-
65
-
You can also choose a programming language from the dropdown menu to further refine your search.
66
-
67
-
Click on the "Search" button to initiate the search.
64
+
Click on the "Search" button to initiate the search. It will show you the waiting message as shown below:
65
+

68
66
69
67
The search results will be displayed on the next page, showing the repositories that match your criteria.
70
68
71
-
Each repository will be listed with its name, description, star rating, and other relevant information.
69
+
Each repository will be listed with its name, URL, star rating, fork count, and other relevant information.
70
+

72
71
73
72
You can click on a repository to view more details and explore its contents.
74
73
75
-
Use the navigation links at the top or bottom of the page to navigate through the search results pages.
76
74
77
75
To perform a new search, simply go back to the home page and enter new search criteria.
78
76
79
77
Enjoy exploring and discovering interesting GitHub repositories based on your search preferences!
0 commit comments