WorkerHourTracker is simple app written in C#.Net with WPF using Oracle database. It enables employee management by providing such functions as: adding employee to database, registering their time spend working, viewing all statisctics for each employee. It also has weather view with current temperature in choosen city and forecast for next 2 days, because it is always ussefull addition to check weather in application :).
- .NET Core
- Oracle SQL
- Extended.Wpf.Toolkit
- log4net
- Microsoft.EntityFrameworkCore.Tools
- Newtonsoft.Json
- Oracle.EntityFrameworkCore
git clone https://github.com/maciekpop/dotNetJava.git
cd dotNetJava/
open app
- install Oracle database on your local computer
- create new database and configurate ConnectionString in EmploeeContext.cs file
- update database
- run application





