Programming
🔧 Under construction
I’m currently uploading and organizing my web
I’ll be adding more projects soon
Stay tuned!
Full Stack Bootcamp
- Frontend: React, Redux Toolkit and Axios.
Github: https://github.com/TheGrootTeam/front_alfa.git - React Vite + TS
Github: https://github.com/Iv3tt3/KC_React0.git - React Vite + Redux and Testing
Github: https://github.com/Iv3tt3/ReactADV.git - NodeJS & MongoDB : Web application to post and browse advertisements
Github: https://github.com/Iv3tt3/KC_NodeJS - NodeJS & MongoDB ADV: Web application to post and browse ads + Multilanguage and JWT auth
Github: https://github.com/Iv3tt3/KC_NodeJSADV.git - HTML – CSS: Portfolio of a fictional character Harley Quinn
Github: https://github.com/Iv3tt3/KCExercise_HTML-CSS.git - JS – HTML – CSS: Classified ads website
Github: https://github.com/Iv3tt3/KCExercise_HTML-CSS.git - JS: Exercises to practice JavaScript language
Github: https://github.com/Iv3tt3/PracticaJS - SQL: SQL database management and querying techniques
Github: https://github.com/Iv3tt3/KCExercise_SQL - GIT: Exercises to practice how to use GIT
Github: https://github.com/Iv3tt3/Practica_GIT - Final Project: Internit.tech
Website: https://internit.tech. The website was deployed on an AWS server using Docker. TS in the whole project.
– Backend: Node.js and Express, MongoDB for the database, JWT for authentication.
– Github: https://github.com/TheGrootTeam/back_alfa.git
Junior Programming Bootcamp
Projects I developed during the Full Stack Junior bootcamp for practicing and learning. These projects may contain comments or notes and are not finished projects. The language used is Python.
- Pygame: A square with balls that can colision between them:
https://github.com/Iv3tt3/kata2_pygame_iv3 - Roman numbers: Calculator to convert roman numbers to integrer:
https://github.com/Iv3tt3/kata1_romanos_iv3 - Deck of cards exercise: Practicing Object Oriented Programming (OOP) and Test Driven Development (TDD) by creating a deck of cards class.
https://github.com/Iv3tt3/K0_Barajas
A second version I made after the bootcamp:
https://github.com/Iv3tt3/K0_Deck_challenge - Tkinter calc: A calculator developed using the Python library Tkinter for creating a user interface, including buttons, labels, and entry fields. It is used some of the code from the previous project on Roman numbers.
https://github.com/Iv3tt3/kata3_tkinter_calculadora_iv3 - CoinApi.io: A calculator developed using the Python library Tkinter for creating a user interface, including buttons, labels, and entry fields. This project incorporates API requests to CoinApiIo to fetch real-time exchange rate data.
https://github.com/Iv3tt3/kata_4_CoinApi_io - Wallet Flask-crud: A wallet to track financial transactions. It is build in Flask for the web framework, SQLite for database management and integrates WTForms for form validation. The user interface is built using HTML templates rendered by Flask.
https://github.com/Iv3tt3/kata6_flask_crud - The last project was an introduction to JavaScript. Wallet Javascript: In this project, we built upon the foundation of the previous one, retaining much of the existing code while replacing WTForms with JavaScript for form handling and dynamic content loading. With JS, we enhanced the user experience by introducing asynchronous requests to the server, enabling seamless data retrieval and display without the need to reload the entire page.
https://github.com/Iv3tt3/kata8_javascript
Bootcamp Final Project
In the final project we had the option to choose between a Tkinter, Flask, or Flask-JS application. While I developed two projects, it was the Flask & JS one that I presented as my final project.
- Flask Classic: https://github.com/Iv3tt3/CriptoWallet_FlaskClassic
- Flask & JS: https://github.com/Iv3tt3/CriptoWallet_FlaskJS
Then I developed a mix of both versions, where users can choose whether they want to use the classic version of the website (Flask Classic) or the new version (Flask & JS).
- Flask Classic and Flask & JS: https://github.com/Iv3tt3/Cripto_Wallet
Other Challenges
- Xmas Challege. Some of AdventJS 2023 exercises: https://github.com/Iv3tt3/Xmas_Challenge2023