I finished the Random Quote Machine project and I am looking to get some feedback on it. Links:
- https://kpav33.github.io/random-quote-machine/
- determined-feather-c2qcb - CodeSandbox (Posted the project here as well so you can see my code, when I deployed it to GitHub it created a build in which the projects code is not visible)
You can notice I used Context API for my project which was probably unnecessary, but I just wanted to try it out. I also added some additional functionality which wasn’t part of the challenge, I enabled the user to check the previous quote as well.
I have an additional questions regarding deploying the project to GitHub pages. Can I upload the project to GitHub pages, but have the normal code in my repo not the one created with the build? Because right now with the build code you can’t really look at the code of the project in my repo and understand what is going on. I couldn’t find on my own how to do this (If it is possible).
Thank you for your answers in advance.
Edit:
It seems like I have figured out how to deploy the code to my GitHub as well (I just had to create a new branch and push it there), so now you can see the code on my GitHub or at the CodeSandbox.