Refactor the code to directly host on netlify with no backend but just front end
version0chiro opened this issue · 5 comments
Describe the bug
Currently, the App is hosted on Heroku but due to Heroku's free tier, I am unable to maintain an active CI/CD integration between the repository and the deployment. Would be better to shift the whole application to the frontend so we can have a constantly running React App
If I understand correctly, you'd want to delete the whole server part and make all calls to Github API directly from the client code (frontend). I'd be willing to work on this if that's okay.
Correct me if I am wrong, but now you can close this issue too. @version0chiro
is this issue resolved? if not I would like to tackle this.
There are two scripts in the readme. should one be removed?
Hi, I want to confirm the logic of the issues because I am confused. Isuues is deploying the front-end code on Netlify. I have cloned this repo to my editor. please confirm in the comment sections then I will deploy and pull the code.