The official site for First-Geneers
Tech used: HTML, CSS, JavaScript, Node.js
The page uses vanilla JavaScript, HTML5, and CSS in a Bootstrap fashion. The page is responsive and built using a "desktop-first" approach. This project gave us the opportunity to bring our audience a centralized place to connect with us all while learning more about front-end frameworks.
Server - This will connect to the back end and listen actively Views - Views are made to be responsive. Model - The model is in progress Controllers - There is 1 controller
The ability to auto deploy this site upon any changes to the main branch (production branch) ---
We are learning how to build a professional site and collaborate on a medium-sized project
There have been a few times we had to back track to figure out what went wrong. From git checkout <branch-name>
to git log
and git checkout -b <new-branch-name>
to figuring out how to reconcile merge conflicts, we became more familiar with using a variety of git commands.
On several occasions, some sections of our codebase were not doing what we originally intended. We got practice in going through our own code as a team and find a resolution to the issue.
We are focusing on some front-end methods like flex and grid with CSS.
We are learning how to make UI models with consideration for creative input.