Pinned Repositories
albums-api
This project is a RESTful API to learn Golang, using the Gin framework and MySQL for data persistence. It allows users to manage a music album database, with functionality to add, retrieve, and filter albums, inspired by ideas from Go tutorials pages
ArithmeticArranger
BudgetApp
PolygonAreaCalculator
quiz-cli
A command-line quiz application written in Go that reads questions and answers from a CSV file and presents them as an interactive timed quiz.
TimeCalculator
todos
A command-line to-do list manager built in Go. This application allows users to add, list, mark, and delete tasks directly from the terminal.
ZnarKhalil
ZnarKhalil's Repositories
ZnarKhalil/albums-api
This project is a RESTful API to learn Golang, using the Gin framework and MySQL for data persistence. It allows users to manage a music album database, with functionality to add, retrieve, and filter albums, inspired by ideas from Go tutorials pages
ZnarKhalil/ArithmeticArranger
ZnarKhalil/BudgetApp
ZnarKhalil/PolygonAreaCalculator
ZnarKhalil/quiz-cli
A command-line quiz application written in Go that reads questions and answers from a CSV file and presents them as an interactive timed quiz.
ZnarKhalil/TimeCalculator
ZnarKhalil/todos
A command-line to-do list manager built in Go. This application allows users to add, list, mark, and delete tasks directly from the terminal.
ZnarKhalil/ZnarKhalil
ZnarKhalil/expense-app
A RESTful API built with Go (Golang) for tracking personal expenses. This application allows users to manage their expenses by categories, featuring JWT authentication and MySQL database integration.
ZnarKhalil/url-shortner
This is a simple URL shortener application built using Go (Golang). It allows users to shorten long URLs and then redirects users to the original URL using the short code.