APRIL 1, 2023
My new journey as a frontend developer
After several months of learning the frontend developer path, I have made many projects that in the beggining were imposible for me to make. Currently im still learning the frontend developer path.
SEP 30, 2024
Restaurant
A responsive single page application
SEP 18, 2024
Cool typing game
A game to test your typing speed!
JUNE 22, 2024
Vet Landing Page
A simple landing page for a veterinary
JUNE 6, 2024
E-commerce v2!
Upgraded my E-commerce website to allow users create profiles using mySQL for the database and Node JS for the API.
APRIL 6, 2024
Quizical V2
My first app using typescript! A redesign of my app quizzical.
MARCH 21, 2024
E-commerce
A simple Ecommerce website built using react router (SPA)
JANUARY 11, 2024
Tensies
Practicing my coding skills by building a tensies game.
NOVEMBER 1, 2023
Tic Tac Toe
Practicing my coding skills by building a tic tac toe game.
SEPTEMBER 12, 2023
Small library
I learned about compound components and it's benefits, especially in React to avoid 'prop drilling', so i decided to create a small library.
AUGUST 18, 2023
VanLife
A single page React/Vite app that simulates a rental website, where the user can filter between the opcions the store offer. The website was built in Vite using React router 6.
JULY 18, 2023
Quizzical
A trivia web site built in next.js, a react framework. The web site basically uses an api that return 5 questions and the page let the user to interact with those questions trying to select the rigth answer.
JUNE 28, 2023
First react app
My first page made with React! At the beggining it was confusion how to setup all the stuff tu begin with but at the end is almost the same thing as vanilla js at the moment. I made a static webpage about me and my contact information.
JUNE 17, 2023
Movie Watchlist
My second project working with an API, this time I needed to send to the API the search of a movie and the API sent me information of 10 movies that matched the search. First I tried working with the localStore of the device and worked, but for a reason when uploaded to the internet it doesn't work, so I needed to find another way of making it work. That's when I learned about the in-built database in the brower indexedDB.
JUNE 8, 2023
Color generator
This was my first project working with an API, sending color values to the API and receiving information from the API, it was a little tricky to access to that information but at the end I managed to get the app working
JUNE 1, 2023
Tindog
I have created an app like tinder but for dogs, it just let you do the basic stuff, just swipe like or nope, it uses classes and a constructor function to render the dogs in the app.
May 9, 2023
Champion's Site
In this project I worked mostly with JavaScrip. It was a challenge since I was putting into practice the new things I was learning. But at the end I make it work as I intended.
APRIL 18, 2023
My piano's Site
I wanted to practice what I've learned about HTML and CSS, so the topic of the site I wanted to create is my piano. In this site I show all the songs I've learned to play on the piano.
MAY 7, 2023
Order Online Pls
In this project I was asked to make an mobile app for oderdering food online, for some reason it does not work in netlify but anyways I added the link to the site.
APRIL 4, 2023
Practice website
This was my first responsive website I made watching a youtube tutorial that teached me the basics of HTML and CSS.
APRIL 6, 2023
Chrome extension
My first web browser extension. Save the current tab's URL into a list so you can go back to that page later on. The extension also allows to save custom inputs and revome the last item on the list