Skip to content
View DomZem's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report DomZem

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DomZem/README.md

Hello there πŸ– (like Obi-Wan Kenobi πŸ˜ƒ)

I'm a software engineering student at College of Economics and Computer Sience in Krakau. My goal is to develop scalable, maintainable and user-friendly web applications that provide a seamless user experience. I am constantly learning and experimenting new technologies and frameworks to find the best solutions to the problems at hand. πŸ˜‰


πŸ’β€β™‚οΈ Something about me

  • πŸ‘¦ I'm 21 years old
  • πŸŽ‚ Born 11th October
  • 🌱 I'm coding in JavaScript, TypeScript and C#
  • πŸ”­ I'm learning React and its ecosystem

🌱 Main and Favourite Stack

Next JS TypeScript TailwindCSS React Query

πŸ’» Tech Stack

Languages:

TypeScript JavaScript HTML5 CSS3 C#

Cloud Providers:

Netlify Vercel Railway

Frameworks/Libraries:

Next JS React Jest Testing-Library Redux React Query SASS TailwindCSS StyledComponents

Tools:

Git GitHub NPM ESLint Prettier Visual Studio Code

πŸ“ˆ GitHub Stats
DomZem's GitHub Stats
πŸ“§ Contact me
πŸ‘¨β€πŸ’» VSCode Settings
{
	"workbench.iconTheme": "material-icon-theme",
	"editor.fontFamily": "'Fira code', 'Courier New', monospace",
	"workbench.colorTheme": "Palenight (Mild Contrast)",
	"editor.bracketPairColorization.enabled": true,
	"editor.guides.bracketPairs": "active",
	"editor.formatOnSave": true,
	"editor.tabSize": 2,
	"[javascript]": {
		"editor.formatOnSave": true
	},
	"[typescript]": {
		"editor.formatOnSave": true
	},
	"prettier.jsxSingleQuote": true,
	"prettier.semi": true,
	"prettier.tabWidth": 2,
	"prettier.useTabs": true,
	"prettier.printWidth": 200,
	"prettier.endOfLine": "lf",
	"prettier.singleQuote": true,
	"emmet.triggerExpansionOnTab": true,
	"terminal.integrated.defaultProfile.windows": "Git Bash",
	"editor.formatOnPaste": true,
	"editor.defaultFormatter": "esbenp.prettier-vscode",
	"editor.codeActionsOnSave": {
		"source.organizeImports": true
	},
	"javascript.updateImportsOnFileMove.enabled": "always",
	"typescript.updateImportsOnFileMove.enabled": "always"
}

πŸ’» My main projects

kanban task management boards page

πŸ“Œ Kanban Task Management

πŸ“‘ Project description:

Kanban Task Management allows users to manage their tasks and boards efficiently. The app features a sleek user interface with support for dark and light themes. Users can perform CRUD operations on tasks and boards, create an account using their email address.

πŸ’» Link to repository: https://github.com/DomZem/task-management-next-app



πŸ“Œ Invoice

πŸ“‘ Project description:

Invoice allows users to read invoices with pagination, filter them by status (Draft, Pending, Paid), and displays toasts for every mutation operation.

πŸ’» Link to repository: https://github.com/DomZem/invoice-next-app


Pinned

  1. task-management-next-app task-management-next-app Public

    This is a task management application built with Next.js. It allows users to manage their tasks and boards efficiently. The app features a sleek user interface with support for dark and light theme…

    TypeScript

  2. invoice-next-app invoice-next-app Public

    This project is an Invoice Management System built with Next.js, TypeScript, Tailwind CSS, React Query, Jest, and Testing-Library. It features a user-friendly interface with dark theme support, acc…

    TypeScript

  3. entertainment-app entertainment-app Public

    Solution of frontend mentor challenge. The application allows you to log in with your google account using Firebase. You can search for tv series/movies and add them to your favorite collection.

    TypeScript

  4. planets-fact-app planets-fact-app Public

    Solution of frontend mentor challenge. The application generates facts about every single planet taken from the API.

    TypeScript

  5. countries-search-app countries-search-app Public

    Solution of frontend mentor challenge. The application generates a list of countries taken from the API. You can also click on any country item to get more information about it.

    TypeScript 1

  6. easybank-single-landing-page easybank-single-landing-page Public

    Solution of frontend mentor challenge

    CSS 1