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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,12 @@
7
7
8
8
`req` is a lightweight, terminal-based API client built for the
9
9
[Boot.dev Hackathon 2025](https://blog.boot.dev/news/hackathon-2025/#12-honorable-mentions-no-prizes-sorry), where it received an **honorable mention**.
10
-
It features a fast and minimal text user interface and lets you create, send,
11
-
and inspect HTTP requests interactively from the command line. It is ideal for
12
-
testing APIs without leaving your terminal.
10
+
**Current Status**: Early development (alpha). Core HTTP execution features are still in progress.
11
+
12
+
The goal is to provide a fast, minimal terminal interface for creating, sending,
13
+
and inspecting HTTP requests interactively from the command line.
14
+
15
+
> The app works completely offline with no external dependencies required.
0 commit comments