https://github.com/kaylacrane/portfolio
Professional portfolio including the projects I'm most proud of
https://github.com/kaylacrane/portfolio
frontend-developer javascript portfolio react-router reactjs sass
Last synced: about 1 month ago
JSON representation
Professional portfolio including the projects I'm most proud of
- Host: GitHub
- URL: https://github.com/kaylacrane/portfolio
- Owner: kaylacrane
- Created: 2020-08-24T09:54:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T15:37:11.000Z (over 5 years ago)
- Last Synced: 2025-01-29T02:48:21.694Z (over 1 year ago)
- Topics: frontend-developer, javascript, portfolio, react-router, reactjs, sass
- Language: SCSS
- Homepage: https://kaylacrane.github.io/portfolio/
- Size: 3.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
.
## My name is Kayla and I'm a Frontend Developer
If you have any questions or would like to get in touch, please don't hesitate to do so.
My contact info is in the About section of my portfolio.
Thanks!
-kayla
```
function becomeProgrammer(kayla){
if (kayla === "very tired"){
return takeNap(kayla);
} else {
return writeCode(kayla);
}
}
```