I'm a new comer in the dev industry and I'm trying to showcase some of my skills! I'm operating a career change, from nursing to web dev. How does it sound to you? Probably a bit surprising. Although, many people do that all the time, it's always a little surprising to see that from someone, especially for a recruter I guess. This website is my personal portfolio, and I hope it will be useful to anyone interested or anyone trying to gauge my abilities and my motivations.
It's all React. I'm using functional components, hooks, even custom ones and my components are designed in a composition pattern, so they are easily reusable and customisable accros different places.
The main
branch is the production stage, you can find it online at this address
A this time of development, I'm using :
- React Router : a routing library for React.
- uuid : For the creation of RFC4122 UUIDs. Useful to create strong random numbers for
key
of some elements, and maybe later on for strong cryptographically random values. - FontAwesome for React : Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators.