RolandGT's repositories
countries
This project is a Reactjs app bootstrapped with Create React App version 16.9.0, that means app has functional components. App uses API provided by date.nager.at for fetching the data. ## App functionalities: 1. Displays a list of all available countries 2.Filters the available countries list based on an input field
lifecycle-methods-in-react
In this source code I was testing react component lifecycle methods. Particullarly method "shouldComponentupdate".
canvas-js-png
Javascript canvas project for png image color manipulation using web worker.
js-closures-and-immediate-functions
understanding javascript closures, scope, private variables and immediate function.
objects-in-javascript
javascript object examples with notes
reactjs-loginwithgit
reactjs clientside application, that allows user to login with git account using firebase authorization.
reactjs-page-for-templates
Reactjs app which displays page with items. Items are categorized. Each category has subcategories. App displays and filters items by category and subcategory. It has a breadcrumb which displays what kind of items are shown on the screen. App uses bootstrap 4 grid therefore is responsive.
typescrip-001-class
Learning javascript classes with typescript.