- 👋 Hi, I’m @janoshr
- 👀 I’m interested in Web/Mobile development
- 🌱 I’m currently learning Computer Science at the University of Warwick
- 💞️ I’m looking to collaborate on Mobile development projects.
Unfortunately, most of my projects are under the university and therefore cannot be shared publicly but I can give access on request.
- Software Engineering module coursework
- Year 2
- Java, JavaScript, HTML, CSS
- React, jQuery, Bootstrap
Full Software Engineering project with a group of 5 for a Real Client. RESTful API serving a single-page web application. The UI was made using the React framework. Our project was in the top 5 out of 50 and was commended by the client.
- Web Development module coursework.
- Year 1
- PHP, HTML, CSS
Front-to-back "Bill-splitter" application written mostly in PHP.
- Artificial Intelligence module coursework.
- Year 2
- Python
Constraint Satisfaction problem with soft and hard constraints, the application had to create a low/lowest cost schedule given the constraints. The application was purely written in Python.
- Databases
- Year 2
- Java, PosgreSQL
Relational database management system, a consol Java application communicating with a PostgreSQL server. The user have 8 options to choose from, in case the system requires additional information for the option it will ask the user for the specific information. The system is capable of 3 input options, 4 data query options and 1 maintanance option.
- Formal Languages module coursework
- Year 2
- Java, Javacc
A program parser that computes non-negative integers the from the standard input, addition and multiplication operations are available. The application computes the result of the program, if a result exists it prints it if it's a valid program but has an infinite loop it prints DIVERGENCE
. In case the program is not valid it shows the line of the error and the violation.