codespaces-project-template-js
codespaces-project-template-js copied to clipboard
Codespaces template for creating and deploying your own React portfolio
In the section [animate-desk-photo](https://github.com/education/codespaces-project-template-js#3-animate-desk-photo) the new animation is named `slideInLeft` in style.css. But it is later referenced as `slideIn`, which could be a typo.
There aren't multiple files that are mentioned, or some sections of code don't exist.
I encountered a few issues while following the guide. 1. Responsive web is not applied. I wanted to access my portfolio site on mobile devices, but there were issues such...
Hey there, First of all thanks for providing this template. - **Feature Request**: Add a new section for work experience below the portfolio on my website. - **Enhancement Request**: Change...
Hello, @alfredodeza , there was an issue with `render` after they [deprecated it with React 18](https://react.dev/reference/react-dom/render). I have had issues with it myself and it was causing my deployed page...