My name is
Žygimantas Prielaidas
More than half a year ago I decided to turn programming from my
second choice and a hobby to my first choice and a real career,
and I have been working hard every day since then to achieve this
goal not only by attending .NET programming courses, but also by
learning independently.
Below you will find a few of my projects I have made so far.
One of the bigger projects I made for an assigment. It uses a
weather API from
openweathermap.org
to get the weather forecast for any city.
A functioning calculator that resembles the Mac OS one. Made at
the start of the programming courses when we were learning about
HTML, CSS and JavaScript.
The most popular paper and pencil game now also available in your
web browser! Made as a side project on my free time.
A simple ASP.NET Core MVC web application where you can do CRUD
operations. Made to see how a web application interacts with a
database with the help of Entity Framework.
A simple pizza delivery web application that adds every order to a
database. Made to see how Razor Pages differ from MVC.
First bigger React app. While making this and previous React apps,
I learned the basics of creating custom reusable components,
props, state, forms, conditional rendering and side effects.
A React app that resembles a dice party game called TENZI.
I am currently learning React on my own with the help of online
courses at
scrimba.com.
After that I am planning on making a web application than
encompasses both React and MVC.