DuncanRitchie
Software developer, mainly in web tech, having completed an apprenticeship in software development and a degree in Latin. More at @DuncanRitchie2
Information CatalystChester, UK
Pinned Repositories
blog
My blog, made with Astro
calculator
My first project in React.js. 🧮
DuncanRitchie.github.io
Personal website of Duncan Ritchie, a web dev in Chester.
FormatWhatsAppConversation
Console-app to format the text backup of a WhatsApp conversation into a Word document.
iOS-dice
Recreation of my jsChallenges/dice game for my first attempt at using the iOS platform. I haven't done the multi-player, or smaller sizes than iPhone XR
jsChallenges
A series of challenges completed at the beginning of my first Code Nation course. (I have improved the CSS a little bit since.)
KeyboardLayouts
Windows keyboard layouts (made with Microsoft Keyboard Layout Creator) for macrons (ā), breves (ă), and punctuation that I find useful.
latinitas-recens
Webpage for searching Latinitas Recens, the lexicon of New Latin compiled by Florus
TransferPhotosFromCard
📷 Console-app to move photos from my SD card to my Desktop. 🖼️ Also renames video files to something more meaningful to me than 0001.mts. 📹
velut
Website returning information on Latin vocabulary using Next.js. There are lists of rhymes, tables of inflected forms, links to other online resources, and several other features.
DuncanRitchie's Repositories
DuncanRitchie/velut
Website returning information on Latin vocabulary using Next.js. There are lists of rhymes, tables of inflected forms, links to other online resources, and several other features.
DuncanRitchie/latinitas-recens
Webpage for searching Latinitas Recens, the lexicon of New Latin compiled by Florus
DuncanRitchie/velut-json-generator
Converts tab-delimited data copied from Excel into the Json format required for the MongoDB database used by velut (my Latin vocabulary website). Not really useful to anyone but me!
DuncanRitchie/blog
My blog, made with Astro
DuncanRitchie/calculator
My first project in React.js. 🧮
DuncanRitchie/DuncanRitchie.github.io
Personal website of Duncan Ritchie, a web dev in Chester.
DuncanRitchie/jsChallenges
A series of challenges completed at the beginning of my first Code Nation course. (I have improved the CSS a little bit since.)
DuncanRitchie/KeyboardLayouts
Windows keyboard layouts (made with Microsoft Keyboard Layout Creator) for macrons (ā), breves (ă), and punctuation that I find useful.
DuncanRitchie/TransferPhotosFromCard
📷 Console-app to move photos from my SD card to my Desktop. 🖼️ Also renames video files to something more meaningful to me than 0001.mts. 📹
DuncanRitchie/console-list-app
A Node.js project. Notes can be added to and deleted from a Json file via the console.
DuncanRitchie/countdown-timer
Forked from DuncanRitchie2 so I could host it with GitHub Pages from my own domain (now at https://github.duncanritchie.co.uk/countdown-timer/). But I use Netlify now, so this is a not-very-useful backup. ⏲️⏲️⏲️
DuncanRitchie/DuncanRitchie
Readme for my GitHub profile.
DuncanRitchie/font-server
Serves fonts for my projects, without CORS restrictions
DuncanRitchie/geolocation-demo
Uses your browser's geolocation feature to tell you whether you're at the Code Nation (Chester) office or the Moneypenny (Wrexham) office
DuncanRitchie/ibis
My “Index of Birds I’ve Sensed”, as an Astro mini-site
DuncanRitchie/nextjs-tech-stack-creator
Following a tutorial for learning Next.js (https://daily-dev-tips.com/posts/how-i-created-a-stack-guessing-tool-using-nextjs/)
DuncanRitchie/portfolio-screenshots
Screenshots of my portfolio, past and present.
DuncanRitchie/quiz
A Code Nation project, forked from my apprenticeship account so I can host it on my own domain (now at https://github.duncanritchie.co.uk/quiz/). But I use Netlify now, so this is a not-very-useful backup. 🧐🧐🧐
DuncanRitchie/snake
The game Snake in JavaScript. Forked so I can deploy it on my Netlify account. 🐍🐍🐍
DuncanRitchie/socketio-demo
Simple demo of Socket.io
DuncanRitchie/tiq-oeuvre
I volunteered with Theatre in the Quarter for several years (to 2020). Here I've documented what I've done for them, using Json data generated by an Excel spreadsheet I have privately.
DuncanRitchie/velut-characters
List of the characters displayed on velut, my Latin rhyming dictionary
DuncanRitchie/velut-conjugator
Obsolete webpage that generates inflected forms of Latin verbs. Superseded by my Inflector.
DuncanRitchie/velut-decliner
Obsolete webpage that generates inflected forms of Latin nouns, adjectives, and adverbs. Superseded by my Inflector.
DuncanRitchie/velut-dictionary-links
Webpage with a link that changes its href when you click it. The href is determined by combining words in a textarea with a set of URL templates.
DuncanRitchie/velut-forms-collator
I use this to convert a list of words (with lemmata) to a list of lemmata (with words) for velut.
DuncanRitchie/velut-inflector
Generates words that are inflected forms of the lemmata input, for my Latin dictionary velut.
DuncanRitchie/velut-screenshots
Screenshots of my velut website and Excel file, for use in the readme for that repo.
DuncanRitchie/velut-word-data-generator
Generates data for the “words” collection in velut. Replaces the “wordsform” sheet in the velut Excel file.
DuncanRitchie/weather-app-attempt
A first attempt at working with APIs.