For this project, the primary goal was to build a page which will host projects from the students of the Brainster academies for Marketing, Design and Coding. Also this project was an introduction to JavaScript, for the students.
To start off, I watched the video presentation that was provided to us about filtering the cards, which was very useful, and then I used it on my project. Then I read a lot of materials and examples about making a load more button and including pagination on mobile view, which was the most challenging part of the project. I also included form validation and coming soon page.
PLEASE NOTE THAT IF YOU HAVE PROBLEMS WITH CLONING WITH HTTPS LINK, YOU NEED TO DELETE 01~ AFTER THE .GIT AT THE END OF THE LINK AND SHOULD BE LIKE THIS: https://git.brainster.co/Boris.Kuzmanovski-FE13/brainsterprojects_boriskuzmanovski_fe13.git
To check out the project, you could download the files as a zip file, and after extract you could start the index.html file in your browser.
If you want to clone the project on your device, you need to copy the HTTPS link of the project, on the blue Clone button, then install Git, from https://git-scm.com/downloads , and than start the bash terminal in a new empty folder, and run the command git clone (HTTPS link) .. After that, you could list the available branches with the command git branch -a, and switch to one of them with the command git checkout (branch name).