I am a full-stack developer working on anything possible and love experimenting with different languages as well as challenging my skills!
Take a look at some of my projects!
Name | Description | Link |
---|---|---|
IRIS | A very complex Discord bot written in TypeScript! | GitHub |
inimicalpart.com | My own personal website written in NextJS! | GitHub Website |
Real-time Age API | An API that allows someone to generate an image with information about their age or view it live, written in TypeScript! | GitHub Implementation (Example above) |
I am available for freelance or contract work.
Please feel free to reach out to me using one of the contact methods listed below if you have any projects that you would like me to consider.
Below is everything that I am familiar with and happy to work with. For any questions please reach out.
const me = new Inimi();
class Inimi {
constructor() {
this.username = "Inimi" || "InimicalPart";
this.pronouns = ["he", "him"];
this.age = 17;
this.discord = "@theinimi";
this.email = "[email protected]";
this.worksWith = "Full-stack development";
this.lookingForWork = true;
}
}