Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/youssef-remah/github-user-activity
- Owner: Youssef-Remah
- Created: 2024-10-27T06:39:42.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T15:13:15.000Z (3 months ago)
- Last Synced: 2024-11-12T04:56:18.902Z (2 months ago)
- Topics: csharp, dotnet-core
- Language: C#
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ApplicationTo run the application, use the following command:
```bash
dotnet run
```