Skip to content

verasls/lveras.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.