# A couple more little projects

By [Luke Rigney](https://paragraph.com/@lukerigney) · 2023-04-07

---

Spent some time getting the hang on the OpenAI API and created another couple of small projects. Also worked out how to template a repository in Github and clone so as not to interfere with my initial project.

The first one takes a sample of code and outputs an explanation a beginner can understand on what the code does and why.

[https://codehelper-production.up.railway.app/](https://codehelper-production.up.railway.app/)

The second one takes a bible verse and explains it in terms that is easy to understand and also provides a reference for how it manifests in daily life.

[https://biblehelper-production.up.railway.app/](https://biblehelper-production.up.railway.app/)

The third take an idea for a new startup and helps create content for a pitch deck.

[https://pitchstack-production.up.railway.app/](https://pitchstack-production.up.railway.app/)

All of these projects are more for honing the speed at which I can do certain core tasks in Powershell, Github and VS Code more than having any real practical application.

I had fun…after cursing a lot when I destroyed all of my Github repo’s (local and remote) and had to start from scratch again. Have the hang of it now though :)

---

*Originally published on [Luke Rigney](https://paragraph.com/@lukerigney/a-couple-more-little-projects)*
