This is a personal portfolio project I started in December 2022. It is my first exposure with web development through HTML, CSS and React.js. It is still a work in progress and I am currently brushing up my skills before continuing this project. The page can be accessed here https://sohenze.vercel.app/.
Currently, this repository is organised into 3 folders. components
, data
and images
.
The main bulk of the source code is stored here. There are 5 files for the 5 different sections of the webpage.
Personal data pertaining to the user are stored here as accessable variables to the source code in components
.
Media files used in the webpage are stored here.
- Display is not fitted to the window screen size. Sections of the sidebar can be cut off.
- Components do not scale according to window size.