diff --git a/README.md b/README.md index a77e63a..80cb589 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ This API provides endpoints to retrieve details about a user's profile, badges, ### 👤User Details -| Details | Endpoint | Description | -| :------------------- | :----------------------------------- | :----------------------------------------------------------- | -| _Profile_ | `/:username` | Get details about a user's profile. | -| _Badges_ | `/:username/badges` | Get the badges earned by the user. | +| Details | Endpoint | Description | Demo | +| :------------------- | :----------------------------------- | :----------------------------------------------------------- | ------------------------------------------------------------------ | +| _Profile_ | `/:username` | Get details about a user's profile. | ![Link](./public/demo/demo2.png) | +| _Badges_ | `/:username/badges` | Get the badges earned by the user. | See the Demo | | _Solved_ | `/:username/solved` | Get the total number of questions solved by the user. | | _Contest_ | `/:username/contest` | Get details about the user's contest participation. | | _Contest History_ | `/:username/contest/history` | Get contest history. | @@ -35,8 +35,6 @@ This API provides endpoints to retrieve details about a user's profile, badges, | _Limited Submission_ | `/:username/submission?limit=number` | Get a specified **_number_** of the user's last submissions. | | _Calendar_ | `/:username/calendar` | Get the user's submission calendar. | ---- - ### ❓Problem | Details | Endpoint | Description | @@ -48,9 +46,7 @@ This API provides endpoints to retrieve details about a user's profile, badges, | _Filter Problems_ | `/problems?tags=tag1+tag2` | Get a list of problems based on selected **_tags_**. | | _Filter & Limited Problems_ | `/problems?tags=tag1+tag2+tag3&limit=number` | Get a list of a specified **_number_** of problems based on selected **_tags_**. | ---- - -### Connect Here +## Connect Here [![LinkedIn](https://img.shields.io/badge/linkedin-%2320232a.svg?style=normal&logo=linkedIn&logoColor=%230077B5)](https://linkedin.com/in/alfaarghya) [![Twitter](https://img.shields.io/badge/twitter-%2320232a.svg?style=normal&logo=twitter&logoColor=%230077B5)](https://twitter.com/alfa_arghya) diff --git a/public/demo/demo1.png b/public/demo/demo1.png new file mode 100644 index 0000000..bd2dedd Binary files /dev/null and b/public/demo/demo1.png differ diff --git a/public/demo/demo2.png b/public/demo/demo2.png new file mode 100644 index 0000000..2efcd45 Binary files /dev/null and b/public/demo/demo2.png differ