Projects | Web Development

DJANGO E-COMMERCE PROJECT WITH BOOTSTRAP, STATIC FILES, AND PAYPAL PAYMENT

Django | HTML | Bootstrap | Javascript | sqlite3 | Crispy_Forms | Pillow | Paypal API

An e-commerce implementation with Django (backend) and Bootstrap, Static Files, and Javascript (frontend); Includes two apps (accounts, orders); Class-based views were used on occasion; Default sqlite3 for database engine; Includes Paypal payment integration;

View Source Code

DJANGO SOCIAL MEDIA PROJECT WITH BOOTSTRAP

Django | HTML | Bootstrap | sqlite3 | Crispy_Forms | Channels | smtp | django-environ | Pillow

A social media implementation with Django (backend) and Bootstrap (frontend); Includes four apps (accounts, user profiles, posts, and chats); Class-based views were utilized on some app views; Signals were also used; Default sqlite3 for database engine; InMemoryChannelLayer backend for channel layer backend; Django environ for sensitive data;

View Source Code

DJANGO POLL PROJECT WITH BOOTSTRAP

Django | HTML | Bootstrap | sqlite3 | Crispy_Forms | Pillow

A polling project implementation with Django (backend) and Bootstrap (frontend); Includes three apps (accounts, user profiles, and polls); Class-based views were utilized on some app views; Signals were also used; Default sqlite3 for database engine;

View Source Code

DJANGO BLOG PROJECT WITH BOOTSTRAP TEMPLATE

Django | HTML | Bootstrap | TinyMCE | Crispy_Forms

A blog implementation with Django (backend) and Bootstrap (frontend); Includes three apps (accounts, posts, and subscriptions); Class-based views were utilized on some app views; Signals were also used;

View Source Code

KWIZMO

Django | HTML | Bootstrap | PostgreSQL | Widget_Tweaks | Django_Seed | Multiselectfield

A quiz portal implementation with Django (backend) and Bootstrap (frontend); Includes four apps (accounts, questions, awards, notifications); Class-based views were utilized on some app views; Signals were also used;

Private Source Code

TRAVEL WEBSITE

HTML | CSS

A website for travel destinations in a particular city in Europe; Coded purely with HTML and CSS only as required;

Confidential Source Code

DJANGO STATIC FILES REPLACER

HTML | OS

A program that generates a revised HTML file by applying the {% static %} format on an HTML template;

View Source Code

HTML LIST GENERATOR

HTML | DFS

A program that generates a nested HTML list elements from a given list structure using DFS algorithm;

Confidential Source Code