Pinned Repositories
100-Days-of-SwiftUI
Appetizers
Calorie-Counter
Project No. 2 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this calorie counter project, you'll learn how to validate user input, perform calculations based on that input, dynamically update your interface to display the results, basic regular expressions, template literals, the addEventListener() method, etc...
Date-Formatter
Project No. 4 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you'll learn how to work with the JavaScript Date object, including its methods and properties. You'll also learn how to correctly format dates. This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods.
Expense-Tracker
Flexbox-Playground
Grid-Playground
Music-Player
Project No. 3 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you'll code a basic MP3 player using HTML, CSS, and JavaScript. The project covers fundamental concepts such as handling audio playback, managing a playlist, implementing play, pause, next, previous, and shuffle functionalities.
Palindrome-Checker
Project No. 5 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". This project is required to get the certification. In this project you'll build an app that ckecks whether a given word is palindrome or not
TicTacToe
Erikote04's Repositories
Erikote04/Music-Player
Project No. 3 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you'll code a basic MP3 player using HTML, CSS, and JavaScript. The project covers fundamental concepts such as handling audio playback, managing a playlist, implementing play, pause, next, previous, and shuffle functionalities.
Erikote04/Palindrome-Checker
Project No. 5 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". This project is required to get the certification. In this project you'll build an app that ckecks whether a given word is palindrome or not
Erikote04/Calorie-Counter
Project No. 2 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this calorie counter project, you'll learn how to validate user input, perform calculations based on that input, dynamically update your interface to display the results, basic regular expressions, template literals, the addEventListener() method, etc...
Erikote04/Date-Formatter
Project No. 4 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you'll learn how to work with the JavaScript Date object, including its methods and properties. You'll also learn how to correctly format dates. This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods.
Erikote04/Expense-Tracker
Erikote04/Flexbox-Playground
Erikote04/Football-Team-Cards
Project No. 6 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering. This project will cover concepts like switch statements, default parameters, Object.freeze(), the map() method, and more.
Erikote04/Grid-Playground
Erikote04/iPokedex
Erikote04/Svelte-TODO-App
Make a Svelte todo app with animations and persistent storage.
Erikote04/100-Days-of-SwiftUI
Erikote04/Appetizers
Erikote04/Basic-Svelte-Tutorial
This is the tutorial that you will find on Svelte's official website
Erikote04/Credit-Card
I made this project following the tutorial at the link below:
Erikote04/Erikote04
Config files for my GitHub profile.
Erikote04/Tetris
A JavaScript Game
Erikote04/TicTacToe
Erikote04/Apple-Frameworks
Erikote04/Barcode-Scanner
Erikote04/Decimal-to-Binary-Converter
Project No. 8 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you’ll build a decimal-to-binary converter using JavaScript. You’ll learn the fundamental concepts of recursion, explore the call stack, and build out a visual representation of the recursion process through an animation.
Erikote04/iDine
Building an App with SwiftUI
Erikote04/php-for-beginners
Laracast "PHP for beginners" series.
Erikote04/Role-Playing-Game
Project No. 1 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Role Playing Game. You'll learn how to work with arrays, strings, objects, functions, loops, if/else statements, and more.
Erikote04/simple-CRUD-backend
In this project you'll do a simple API with Node.js, Express.js and MongoDB.
Erikote04/Svelte-Movie-Browser
I made this project following the tutorial at the link below:
Erikote04/Svelte-Tutorial-in-Deep
I made this project following the tutorial at the link below:
Erikote04/SvelteKit-Demo
Erikote04/SvelteKit-Weather-App
Very easy and quick to build app to test SvelteKit using RapidAPI services.
Erikote04/Todo-App
Project No. 7 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this TODO application, you'll learn how to handle form inputs, manage local storage, perform CRUD (Create, Read, Update, Delete) operations on tasks, implement event listeners, and toggle UI elements.
Erikote04/Weather