/Gas_Thrifter

Django/Python App that displays user-inputted gas prices at different gas stations in order for users to find cheapest price

Primary LanguagePythonMIT LicenseMIT

Gas_Thrifter

gas thrifter thumbnail

☝️ Click Thumbnail to watch Demo on YouTube ☝️

In Making: An app that displays gas prices from different gas stations in an area using user-inputted data

  1. Using Django to build a python app that displays gas prices at different stations
  2. data comes from user-inputted values
  3. Has user Authentication and sign up

What I've learned

  1. Django
    • Django forms/formView
    • User Authentication
    • Function based views
    • class based views
    • URLS/Paths and redirecting
    • template/template inheritance
  2. Creating and using Models and migrations
  3. Learned more CSS and increased my knowledge about http (POST, GET, etc...)