Some Projects That I've Worked On...

TutorYou

Initial deployment/release: 01/12/2022
I created the website for a tutoring agency, TutorYou, including the student, tutor and admin dashboards.
I also implemented Stripe as a payment processor to accept payments from clients and to payout employees.
Website: TutorYou

Pseudo

Initial deployment/release: 01/09/2022
Pseudo is a text editor used for writing and editing pesudo code on the web.
It was written in Javascript as a successor to DesignArk, which was written in C++.
It was designed to be more reliable and aesthetic.
Website: Pseudo

Multiple Document Interface

Completed: 20/07/2022
This project is an interface for a MDI (Multiple Document Interface) app.
It includes features such as a tabbed UI, the ability to dynamically add tabs and change tab content,
the ability to save documents, saving validation, and undo and redo functions.
Demo: MDI
GitHub Repo: MDI

Synthesis

Initial deployment/release: 16/07/2022
Synthesis is a web app which enables the user to draw and visualise chemical structures and compounds,
as well as draw reactions and mechanisms. It has an assortment of basic data sheets
that the user can view such as relationships and data on elements.
All documents can be easily exported in multiple raster image formats and as SVG.
Website: Synthesis

Vectorex

Initial deployment/release: 16/07/2022
Vectorex is a selection of tools and diagram makers,
which are used on the web to allow you to design your ideas
quickly and effectively. Currently, the only app is Vectorex: Synthesis,
but there are more currently in development.
Website: Vectorex

Barkker

Initial deployment/release: 21/06/2022
Barkker is an online chat app that I made to practise MySql, PHP and general web design.
Anyone can sign up for an account for the website. You can add friends, and chat to other users.
Website: Barkker

jamesmccorkindale.co.uk

Initial deployment/release: 26/05/2022
I created a personal website to showcase my projects, and advertise for my web design and tutoring businesses.
A contact form is also available on my website so people can get in touch with me.

DesignArk

Completed: 26/03/2022
The purpose of this program is to allow the end-user to be able to design their software project’s pseudocode, in a Windows Desktop Application, with specialised features. The application allows the user to adapt it to their own, unique writing style by allowing pseudocode-keywords to be added and coloured. It also allows for multiple sublines to be created and edited in the same file as their parentlines.
Website: design-ark
GitHub Repo: DesignArk

MTG eBay Webscraper

Completed: 15/08/2021
A script that searches through eBay for Magic the Gathering cards, estimating values for each listing based of the market price (MTGGoldfish.com), and returning the most undervalued listings.