Take a look at my work. Most of my work is created in Vanilla JavaScript. At the moment I am taking the time to update everything with frontend frameworks.
Built a client in react.js for a SQL Rest API. This application has sign up and sign in functionality for users. It also allows users to create books, make changes to them, view and delete them. This application is one of the most challenging ones that I have made. Creating this gave me an understanding of front and backend technologies and how they communicate.
Pagination of multiple student list items with search. This project continues the trend of dealing with common obstacles with data. Usually one would use a library for a pagination and search. But getting the opportunity to see how all of that goes together was eye opening.
Similar to wheel of fortune this is a fully functional game where you guess. This project called for me to utilize object oriented programing with JavaScript. I had to create a negative feedback system(for incorrect guesses), multiple states and gives the user the ability to add data to it.
Pagination of multiple student list items with search. This project continues the trend of dealing with common obstacles with data. Usually one would use a library for a pagination and search. But getting the opportunity to see how all of that goes together was eye opening.
This interactive form project was a challenge for me. It truly pushed my dom-manipulation skills with vanilla JavScript. Form validation can surprisingly be complex. I appreciated the opportunity to learn regex. I was proud of events being disabled when another event during that same time was selected.