Pinned Repositories
Article2Voice
A mini web app that can take an article link, parse the article, and return an audio file.
awe
The Accessible Web Engine aims to make the internet more accessible to everyone.
isTherePower
Python script allowing a user to check whether there is power at home or if power is back after a cut.
kathana
Simple project using the Asana API to generate and send a progress report.
MyloWebsite
Main landing page for the Mylo web app
ProjectCookie
A Udemy clone as a web dev course final project
VueTodo
Basic todo list application in Vue JS to test solutions to different problems.
MaxMonteil's Repositories
MaxMonteil/VueTodo
Basic todo list application in Vue JS to test solutions to different problems.
MaxMonteil/MyloWebsite
Main landing page for the Mylo web app
MaxMonteil/awe
The Accessible Web Engine aims to make the internet more accessible to everyone.
MaxMonteil/Article2Voice
A mini web app that can take an article link, parse the article, and return an audio file.
MaxMonteil/kathana
Simple project using the Asana API to generate and send a progress report.
MaxMonteil/ProjectCookie
A Udemy clone as a web dev course final project
MaxMonteil/game-idea-gen
A totally random game idea generator!
MaxMonteil/isTherePower
Python script allowing a user to check whether there is power at home or if power is back after a cut.
MaxMonteil/253MidtermCorrector
A script meant to correct a midterm exam and analyse the results. Also an opportunity to practice OOP python.
MaxMonteil/badhtml
An example html site with horrible accessibility for the GAAD accessibility workshop at AUB
MaxMonteil/Best-README-Template
An awesome README template to jumpstart your projects!
MaxMonteil/dotfiles
Several dotfiles I use
MaxMonteil/firebase-auth-lite
A lightweight firebase auth alternative for the browser
MaxMonteil/I-rudely-reject-pull-requests-to-this-repo
I will rudely and childishly reject pull requests to the repo
MaxMonteil/idb-keyval
A super-simple-small promise-based keyval store implemented with IndexedDB
MaxMonteil/idb-stores
Small wrapper around idb to support creating multiple stores at runtime
MaxMonteil/JustSearch
Web app that uses the JustWatch API to let you find out where you can stream any show you search.
MaxMonteil/nuxt
The Intuitive Vue Framework.
MaxMonteil/PrivateOverflow
Private stack overflow api with easy access to answers to the most basic programming problems.
MaxMonteil/Python
My python practice scripts.
MaxMonteil/react-XO
Just following the basic XO tutorial on reactjs.org to learn about react
MaxMonteil/ServerlessBattleships
MaxMonteil/Snake
Snake game in cpp using ncurses
MaxMonteil/vue-sample-svg-icons
An opinionated example of how to use SVG icons in a Vue.js application as functional components
MaxMonteil/whatwhat.dev
A glossary of software industry terms explained in simple terms for devs and non devs
MaxMonteil/WorkerReducer
Basic worker reducer model implemented in C