Pinned Repositories
100-days-css
My attempt at recreating some of the 100dayscss.com snippets.
gitlab-ci-config
A sample .gitlab-ci.yml file for front end projects.
light-bright
A simple light bright app.
microfrontends-example
pokemon-toy-project
react-modal
This project is an example of a modal (dialog) component made with React. It's made to be simple and accessible.
recursion-practice
Just some small recursion practice.
touch-typing-trainer-with-custom-text
A touch typing trainer which allows you to load your own text. You can load an entire book if you want, and the program will have you type it from beginning to end, while highlighting your mistakes. Other programs I tried didn't let you load your own text, or only let you type short randomly chosen snippets from text you loaded. But typing out your chosen text (for example a fiction book), should make it more fun.
voting-app
A poll voting app with user authentication, access control and CRUD functionality. Made to be very robust (though not tested in production).
sargalias's Repositories
sargalias/voting-app
A poll voting app with user authentication, access control and CRUD functionality. Made to be very robust (though not tested in production).
sargalias/awesome-eslint
A list of awesome ESLint plugins, configs, etc.
sargalias/awesome-react
A collection of awesome things regarding React ecosystem.
sargalias/awesome-stylelint
A list of awesome stylelint plugins, configs, etc.
sargalias/awesome-webpack
A curated list of awesome Webpack resources, libraries and tools
sargalias/blog-with-react
A simple blog with React.
sargalias/boilerplate-js
Simple boilerplate for new front end JavaScript projects
sargalias/Bulma-Navwalker
An extended Wordpress Navwalker object that displays Bulma framework's Navbar https://bulma.io/ in Wordpress.
sargalias/circle-game
A small game with circles floating about and highlighting whenever there is a collision. The player controls an "evil" ball that deletes the other ones on collision.
sargalias/color-guessing-game
A color guessing game for the browser. Inspired and modelled after the Udemy course The Web Developer Bootcamp
sargalias/dracula-at-night
VS Code Theme
sargalias/fcc-file-metadata-microservice
Microservice where you upload a file and get its size in a JSON object.
sargalias/fcc-header-parser-microservice
A request header parser microservice. It reads the request headers and returns a JSON object containing your ip address, operating system and language.
sargalias/fcc-image-search-microservice
An image search API. Put your search query as the last part of the URL, and it returns image search results metadata.
sargalias/fcc-timestamp-microservice
A timestamp microservice. If the URL path is a valid date, it will return JSON data of the unix timestamp and the date in natural language.
sargalias/fcc-url-shortener-microservice
A URL shortener microservice. You can pass a URL parameter and you will receive a shortened URL in the JSON response. Clicking on the shortened URL will redirect you to the original URL.
sargalias/frontend-masters-hard-parts-functional-js-foundations-solutions
sargalias/frontend-masters-hard-parts-oop-solutions
sargalias/frontend-masters-javascript-the-hard-parts-solutions
Solutions to the course Frontend Masters - JavaScript - The Hard Parts (https://frontendmasters.com/courses/javascript-hard-parts)
sargalias/frontend-masters-javascript-the-new-hard-parts-solutions
sargalias/game-of-life
A game of life simulation for the web.
sargalias/gatsby-intro
Code for the Introduction to Gatsby course.
sargalias/java-mooc.fi
My solutions for the course Object-Oriented programming with Java, by University of Helsinki. 100% completed.
sargalias/jest
Delightful JavaScript Testing.
sargalias/mdn-local-library
From the Mozilla Developers Network tutorial "local library". A local library simulation with books, authors, genres, and book instances (representing physical copies of a book). There is CRUD functionality for all four models.
sargalias/probability-simulator
In-progress. A simple probability simulator made with Java.
sargalias/stories-app
A small CRUD app for stories and users. Users can add stories with different privacy settings and choose whether to allow comments or not.
sargalias/text101
A game with Unity and C# based on the course Complete C# Unity Developer 2D
sargalias/tm-knowledge-base
From the Traversy Media tutorial Node & Express from scratch. A web app with articles written by users. Users can edit and delete their own articles.
sargalias/tm_vidjot
From the Udemy course Node.js, Express & MongoDB Dev to Deployment. A quick CRUD application with user registration and login and access control for small posts.