Katarina Rosiak's repositories
JavaScript_problems_and_exercises
Launch School Core Curriculum exercises and assignments
airline_routes
Airline Routes is a React application that allows to filter and displays information about a collection of routes flown by several large airlines.
alien_invasion_game
The Alien Invasion Game is a project written in Python made following the tutorial in 'Python Crash Course, 2nd Edition: A Hands-On, Project-Based Introduction to Programming' book.
contact_manager
Contact Manager is a CRUD application for managing contacts build with MVC architecture pattern. It uses vanilla JavaScript and XMLHttpRequest for AJAX requests, Handlebars as a templating engine and Express.js as a back-end.
contacts_form_with_express
A simple web application written in JavaScript and Express.js framewrok. The exercise is a part of the Launch School Core Curriculum.
expenses_app
Expenses is a small command line application that uses a PostgreSQL database to store data about expenses. The program runs from the command line.
GO_exercises
A set of coding problems and exercises for Golang programming language
google_page
Google Landing Page: A simple clone of Google landing page written in CSS and HTML. The exercise aimed to practice CSS and HTML.
JavaScript_basic_exercises
Exercises from a preparation part of the Launch School Curriculum
just_my_type
Just My Type is a typing game aiming to practice touch typing. Written in JavaSCript, HTML and CSS. Exercise as a part of the Covalence Bootcamp curriculum.
katarinarosiak.github.io
Here's the source code for my website, written in vanilla HTML and CSS.
Launch-School-Social-Network
Repo for student-led social events for the Launch School community
LS_burger_restaurant
Launch School Burger Restaurant is a web application made to practice server-side programming with Express.js. This is an extra exercise made during studying at Launch School Core Curriculum. It was also used to lead a pair-coding exercise with a group of students at the SPOT. (Made with no CSS.)
nostalgic_games
Written in JavaScript (React), CSS, and HTML.
python_fundamentals
Exercises to practice problem solving skills and fundamentals of Python.
rock_viewpoint_website
The Rock View Point Website. Written in JavaScript, HTML, CSS and Bootstrap.
snaggl_backend
A Requestbin clone that collects, inspects and debugs HTTP requests and webhooks.
snaggl_frontend
A Requestbin clone that collects, inspects and debugs HTTP requests and webhooks.
take_a_mock_assessment
Application that helps you to test your knowledge of client-site JavaScript, including DOM maniupulation, APIs, AJAX and asynchronous programming. It's using Notion API for fetching questions.
to_do_app
To-Do List Application is written in node.js. The exercise is a part of the Launch School Core Curriculum. It's using Express.js, PUG as a templating engine, express-validator for validation inputs, express-sessions for session persistance, connect-loki for storage, flash - for error flash messages.
to_do_list
A To-do list is a simple project written in node.js as a part of the Launch School Core Curriculum.
TypeScript_exercises_and_problems
A set of exercises, problems and small projects practicing TypeScript with Express.js and React.