A non-exhaustive list of all the projects I have used to help further my knowledge of Web Development since my introduction to it at the beginning of 2020 whilst still at college. The list reads top to bottom, beginning approximately January 2020 until the final Project which was submitted for assessment June 2020.
Intro to Web Dev - Repo
A basic front-end with a backend running XAMPP - this was a class project to introduce us to backend development and PHP.
EventListener - Repo
Learning to implement JS EventListeners.
ScoreKeeper - Repo
A very simple score keeping app.
Basic ToDo - Repo
A simple TODO page, basic interactivity that does not implement any CRUD functionality.
Colour Game - Repo
A Hexadecimal colour guessing game.
JQuery-Syntax - Repo
Learning some basic JQuery Syntax.
Advanced-Todo-List - Repo
A more advanced version of the Basic ToDo app.
Patatap-Clone - Repo
A simple clone of Patatap
NodeJS-Basics - Repo
Learning NodeJS CL interaction and how NPM modules work.
FirstExpressApp - Repo
My first ever Express application with basic routing.
Express-Conditional-Responses - Repo
Using Express to give different responses under certain conditions.
ExpressPostRequest - Repo
First handling of POST requests in Express.
EJS-Basics - Repo
Learning an implementing basic Embedded JavaScript (EJS).
Node-API-Requests - Repo
Implementing third-party API's with NodeJS requests.
MongoDB-Node - Repo
Learning how to integrate MongoDB with NodeJS.
REST-Basics - Repo
Basic RESTful routing using Express in the form of a blog.
Data-Association - Repo
Learning to associate data in MongoDB using Mongoose.
NodeJS-Authorisation - Repo
Implementing basic middleware functions to ensure user authorisation.
CampScotland - Repo
My end of HND Year 2 Project - This was several months of work with multiple phases of development, culminating approximately 6 months worth of learning Web Development.