1
0

Update README.md

This commit is contained in:
2026-02-26 01:57:06 +01:00
Unverified
parent a9b9606ed0
commit 82dc9731a9

View File

@@ -9,22 +9,27 @@
<a href="mailto:mateusz5432160@gmail.com"> <a href="mailto:mateusz5432160@gmail.com">
<img height=45 src="mail.png" alt="mail" /> <img height=45 src="mail.png" alt="mail" />
</a> </a>
<a href="https://repos.mateuszskoczek.com">
<img height=45 src="gitea.png" alt="gitea" />
</a>
<a href="https://github.com/mateuszskoczek">
<img height=45 src="github.png" alt="github" />
</a>
</p> </p>
<h2 align="center">Projects</h2> <h2 align="center">Projects</h2>
<table align="center"> ### Web applications
<table>
<tr> <tr>
<th>
Category
</th>
<th> <th>
Name Name
</th> </th>
<th> <th>
Description Description
</th> </th>
<th colspan=2> <th>
Technologies Technologies
</th> </th>
<th> <th>
@@ -32,9 +37,6 @@
</th> </th>
</tr> </tr>
<tr> <tr>
<th rowspan=4>
Web applications
</th>
<td> <td>
<b>WatchIt</b> <b>WatchIt</b>
</td> </td>
@@ -42,13 +44,14 @@
Movie and tv series database along with social media platform for cinematography fans. Topic of my engineer degree thesis. Movie and tv series database along with social media platform for cinematography fans. Topic of my engineer degree thesis.
</td> </td>
<td> <td>
<img height=20 src="csharp.png" alt="csharp" /> <img src="https://img.shields.io/badge/C%23-darkgreen?logo=dotnet&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8E%20-ASP.NET%20Core%20Web%20API-darkgreen?logo=dotnet&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8E%20-Blazor-darkgreen?logo=dotnet&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8EPostgreSQL-blue?logo=postgresql&logoColor=white"/>
</td> </td>
<td> <td>
ASP.NET Core WebAPI, Blazor, PostgresSQL <a href="https://repos.mateuszskoczek.com/MateuszSkoczek/WatchIt"><img src="https://img.shields.io/badge/%E2%80%8EMain%20repository-darkgreen?logo=gitea&logoColor=white"/></a><br>
</td> <a href="https://github.com/mateuszskoczek/WatchIt"><img src="https://img.shields.io/badge/%E2%80%8EGithub%20mirror-black?logo=github&logoColor=white"/></a><br>
<td>
<a href="https://github.com/mateuszskoczek/WatchIt">Repository</a>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -56,17 +59,18 @@
<b>TimetableDesigner</b> <b>TimetableDesigner</b>
</td> </td>
<td> <td>
Advanced school timetable editor. Web version of my desktop app. <i>Development in progress</i> Advanced school timetable editor, allows you to easily create and manage school timetable. Web version of my desktop app.
</td> </td>
<td> <td>
<img height=20 src="csharp.png" alt="csharp" /> <img src="https://img.shields.io/badge/C%23-darkgreen?logo=dotnet&logoColor=white"/><br>
<img height=20 src="typescript.png" alt="typescript" /> <img src="https://img.shields.io/badge/%E2%80%8E%20-ASP.NET%20Core%20Web%20API-darkgreen?logo=dotnet&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8ETypescript-darkblue?logo=typescript&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8E%20-React-darkblue?logo=typescript&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8EPostgreSQL-blue?logo=postgresql&logoColor=white"/>
</td> </td>
<td> <td>
ASP.NET Core WebAPI, React, PostgresSQL <a href="https://repos.mateuszskoczek.com/TimetableDesigner"><img src="https://img.shields.io/badge/%E2%80%8EMain%20organization-darkgreen?logo=gitea&logoColor=white"/></a><br>
</td> <a href="https://github.com/TimetableDesigner"><img src="https://img.shields.io/badge/%E2%80%8EGithub%20mirror-black?logo=github&logoColor=white"/></a><br>
<td>
<a href="https://github.com/TimetableDesigner">Organization</a>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -74,17 +78,17 @@
<b>BetterCalendar</b> <b>BetterCalendar</b>
</td> </td>
<td> <td>
A calendar that supports the user in time management. Part of the "Team Project" course at university. A calendar that supports the user in time management. Part of the "Team Project" course at my university.
</td> </td>
<td> <td>
<img height=20 src="python.png" alt="python" /> <img src="https://img.shields.io/badge/%E2%80%8EPython-blue?logo=python&logoColor=white"/><br>
<img height=20 src="javascript.png" alt="javascript" /> <img src="https://img.shields.io/badge/%E2%80%8E%20-Django%20REST%20Framework-blue?logo=python&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8EJavascript-yellow?logo=javascript&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8E%20-React-yellow?logo=javascript&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8EMongoDB-darkgreen?logo=mongodb&logoColor=white"/>
</td> </td>
<td> <td>
Django REST Framework, React, Mongo DB <a href="https://github.com/Szade-Organization"><img src="https://img.shields.io/badge/%E2%80%8EOrganization-black?logo=github&logoColor=white"/></a><br>
</td>
<td>
<a href="https://github.com/Szade-Organization">Organization</a>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -95,15 +99,19 @@
Simple secure web application for managing a bank account. Part of the "Data protection in IT systems" course at university Simple secure web application for managing a bank account. Part of the "Data protection in IT systems" course at university
</td> </td>
<td> <td>
<img height=20 src="csharp.png" alt="csharp" /> <img src="https://img.shields.io/badge/C%23-darkgreen?logo=dotnet&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8E%20-ASP.NET%20Core%20Web%20API-darkgreen?logo=dotnet&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8E%20-Blazor-darkgreen?logo=dotnet&logoColor=white"/><br>
<img src="https://img.shields.io/badge/%E2%80%8ESQLite-blue?logo=sqlite&logoColor=white"/>
</td> </td>
<td> <td>
ASP.NET Core WebAPI, Blazor, Sqlite <a href="https://repos.mateuszskoczek.com/MateuszSkoczek/SecureBank"><img src="https://img.shields.io/badge/%E2%80%8EMain%20repository-darkgreen?logo=gitea&logoColor=white"/></a><br>
</td> <a href="https://github.com/mateuszskoczek/SecureBank"><img src="https://img.shields.io/badge/%E2%80%8EGithub%20mirror-black?logo=github&logoColor=white"/></a><br>
<td>
<a href="https://github.com/mateuszskoczek/SecureBank">Repository</a>
</td> </td>
</tr> </tr>
</table>
<table align="center">
<tr> <tr>
<th rowspan=4> <th rowspan=4>
Desktop applications Desktop applications