Interactive portfolio created from ground up with create-react-app and styled components to demonstrate React skills and display my work.
-
Change the primary and Secondary colors
-
Generate random selection of available colors
-
Customize box shadow spread and opacity of project cards
-
Save changes to local storage or reset to default
-
Toggle hide projects per individual page
git clone https://github.com/KRChapman/My-Portfolio
$ cd My-Portfolio
$ yarn install
(or$ npm install
if you don't use yarn)$ yarn start
(or$ npm start
)
- React
- Styled Components
- reactapprewired - no need to eject and babel plugins can be used
- babel-plugin-styled-components
- Kyle Chapman - KRChapman
This project is licensed under the MIT License - see the LICENSE.md file for details