These is a collection of my front end code for various games and apps that I developed from self-learning and my first attempts at programming. Much of it is a reflection of what I could do without any formal education, and I simply leave this here for the sake of curiousity.
A bit more detail:
-
calculator.html - A basic calculator made with HTML, CSS, and JavaScript.
-
happiness_machine.html - A basic random quote generator made with HTML, CSS, and JavaScript with Quotes provides from Quotes API.
-
happiness_machine_early.html - Early version of the random quote generator before I learned how to call from Quotes API.
-
memory_game.html - Simon-like game made with HTML, CSS, and JavaScript.
-
pomodoro_timer.html - Pomodoro timer made with HTML, CSS, and JavaScript.
-
react_markdown_preveiwer.html - Markdown previewer made with React, HTML, CSS, and JavaScript.
-
simple_temperature.html - Basic temperature app. Not updated. Made with HTML, CSS, and JavaScript.
-
technical_documentation_page.html - Basic technical documentation page made with HTML and CSS.
-
tic_tac_toe.html - Tic-Tac-Toe game with computer opponent option made with HTML, CSS, and JavaScript.
-
twitch_favorites.html - Basic app of favorite twitch players. Not updated. Made with HTML, CSS, and JavaScript.
-
wikipediasearch.html - WikiPedia search app made with HTML, CSS, and Javascript.
Have a great day!