Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/youssef-remah/github-user-activity

Sample solution for the github-user-activity challenge from roadmap.sh.
https://github.com/youssef-remah/github-user-activity

csharp dotnet-core

Last synced: about 1 month ago
JSON representation

Sample solution for the github-user-activity challenge from roadmap.sh.

Awesome Lists containing this project

README

        

# GitHub User Activity

Sample solution for the **[github-user-activity](https://roadmap.sh/projects/github-user-activity)** challenge from **[roadmap.sh](https://roadmap.sh/)**.

## Prerequisites

- [.NET SDK](https://dotnet.microsoft.com/download) (version 8.0 or later)

## Installation

1. Clone the repository:

```bash
git clone https://github.com/Youssef-Remah/GitHub-User-Activity
```
2. Navigate to the project directory:

```bash
cd your-repo
```
3. Restore the project dependencies:

```bash
dotnet restore
```
4. Build the project:

```bash
dotnet build
```
## Running the Application

To run the application, use the following command:

```bash
dotnet run
```