This project was bootstrapped with Create React App, styled with Flowbite, Tailwind and deployed with gh-pages.
For beginers, I recommend this video to help you hand on quickly.
- if you want your portfolio page be at
your-name.github.io, you should name your repository asyour-name.github.ioand modifyhomepageinpackage.json. Otherwise, the page will be deploy atyour-name.github.io/repo-name. - Since gh-pages do not support client side routing, there are two solution described here. I chose the second one btw.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.