Flask React book library

A flask-react web application built to handle the storage of information about the books, book categories, and book authors in a library.

Built with
tdd flask react

Flask Vue book library

A flask-vue web application built to handle the storage of information about the books, book categories, and book authors in a library.

Built with
tdd flask vue

Random quotes

A web application that picks random quotes from a JSON file and displays them. This is a project I undertook to remind myself of some JavaScript fundamentals especially DOM manipulation.

Built with
javascript

React todolist

A react frontend for the node todo list API listed below.

Built with
react

Vue todolist

A vue frontend for the node todo list API listed below.

Built with
vue

Node todolist

A simple todo list API I built to get my feet wet with building applications with node.

Built with
node express mongodb

Laravel document manager

Built as a demo for a prospective client, who needed a way to reduce the hassle of searching through physical files and wanted the files digitized so they can easily be indexed and searched, with some level of authentication and authorization.

Built with
laravel mysql

Flask blog

First, fully-fledged python project I undertook after I felt I had gotten the basics of the language under my belt. It encompasses most of the functionality needed for a simple blog for example CRUD, authentication, pagination, etc.

Built with
flask

Javascript form validator

I created this project to help me perform basic form validation using JavaScript. I also really needed to test my knowledge and I was also working on a few projects that needed something of the sort, plus I was also not aware at the time anyway, what libraries or packages were.

Built with
javascript