My personal website
This website was built with React, styled with vanilla CSS and deployed to GitHub Pages.
The main file structure to this project is:
.
|-- public
|-- src
|-- components
|-- data
|-- pages
|-- styles
Contains the images used throughout the website and the index.html.
Contains all the React components and their respective css files.
Contains javascript files with data to render some components.
Contains the structure of each of the pages.
Contains additional css files with general styles and media queries.