An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![portfolio](https://github.com/kaylacrane/portfolio/blob/master/portfolio-cover.JPG?raw=true).

## 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);
}
}
```