Skip to content

darylste/portfolio-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Project

This website is a personal portfolio website used to showcase my newest and most exciting projects.

View the live website

Technologies

React

This project was created using the React library. To run in development mode, run npm start in the terminal. This will run the application on http://localhost:3000.

SASS

To style this application I used the CSS Preprocessor SASS. SASS allows for quicker and more consistent development as you can create CSS variables, nest CSS rules and more.