Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.1 KB

verasls.github.io

My personal website

Development

This website was built with React, styled with vanilla CSS and deployed to GitHub Pages.

File structure

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.