https://github.com/cristianprochnow/punclock
🤜🏼⏰ .NET Console app to punch the clock right now!
https://github.com/cristianprochnow/punclock
console-application csharp dotnet
Last synced: 3 months ago
JSON representation
🤜🏼⏰ .NET Console app to punch the clock right now!
- Host: GitHub
- URL: https://github.com/cristianprochnow/punclock
- Owner: cristianprochnow
- License: mit
- Created: 2022-11-08T21:51:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T17:29:52.000Z (over 3 years ago)
- Last Synced: 2025-03-28T12:44:48.479Z (over 1 year ago)
- Topics: console-application, csharp, dotnet
- Language: C#
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Punclock 🤜🏼⏰
## About
An app to OOP class, which we are learning about OOP concepts using C#, creating several apps and different implementations.
This app is inspired by the act of "Punch the Clock", where you can insert your start hour of work and it set automatically now time to fill work period.
## Getting Started
### Prerequisites
To run this app, before you need to install `.NET` in your PC. It can be done following [this link](https://dotnet.microsoft.com/en-us/download).
### Run
Run these commands in your terminal or command prompt.
```bash
→ git clone https://github.com/cristianprochnow/punclock.git
→ cd punclock/
→ dotnet run
```
## Built with
- [x] `C#`
- [x] `.NET`