Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 849 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 849 Bytes

Portfolio

Here is my portfolio website. I used JavaScript, React, and Sass to develop the application.
Check it out in production at https://joelsmith-2019.github.io/.

Project Structure

The project is structured as follows:

.
├── public                  'Public files'
├── src                     'Source directory'
│   ├── components          'React components'
│   ├── images              'Images'
│   ├── App.js              'Main component'
│   ├── App.scss            'Main styles'
│   └── index.js            'Entry point'
├── .gitignore              'Git ignore file'
├── package.json            'NPM package file'
├── package-lock.json       'NPM package lock file'
└── README.md               'This file'