A personal e-portfolio developed as a way to showcase projects and skills and allow for communication and interaction
SASS
Javascript
React
NextJs
While previous renditions of my e-portfolio exist, V4 did not do a very good job of showcasing each project with an in-depth explanation and was very brief, which is why V5 was designed to allow for the option between a brief summary and an in depth explanation of the entire coding process
React was chosen for its ease of use and its reusability and scalability when it comes to component, while nextjs was chosen as a way to generate dynamic scalable pages that are generated from json data to showcase projects on a separate page
The hardest aspect of this project was not actually coding, it was the planning side, while i could of just redesigned my old project with react again, i decided to use a different approach to make this project way more scalable and easier to manage, so i had to decide what language/technology to add to my stack. So thus i had to watch several video and go through different articles to form my own judgement on which technology would suit my goals and purpose most which is where nextJS comes in.