100 Days of Code Blog - Web Application

Application Live on Heroku

This repo contains code for a web app I developed as part of the 100 Days of Code challenge. The app is a relatively simple blog-type app which allows people to log their progress during the 100 Days of Code challenge. The app was written in Python/Django.

Helpful Coding Resources

Reference Articles - General Coding

  1. Managing Conda Environments
  2. GitHub Cheat Sheet
  3. Markdown Cheat Sheet

Reference Articles - HTML/CSS

  1. Vintage Terminal Effect with CSS
  2. Placeholder Images for WebDev

Reference Articles - Django

  1. Django Web Framework (MDN)
  2. Building Data Products with Python: A Wine Review Website using Django and Bootstrap
  3. Django 2.0 Tutorial for Beginners
  4. Django Girls Tutorial
  5. Migrate SQLite to PostgreSQL
  6. Django-Registration-Redux User Registration