Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.27 KB

TripTrak, an App to Track your Travels

I implemented this Link.ly app as part of the Django Bootcamp: Zero to Mastery course, taught by Dominic Vacchiano.

App Home Page Screenshot 2023-12-26 at 10 35 50 AM

Notes Page Screenshot 2023-12-26 at 10 35 23 AM

Add a New Note Screenshot 2023-12-26 at 10 35 37 AM


Features

  • Create an account to house your trips
  • Maintain a record of each trip you go on
  • Upload images and notes about each experience
  • Rate each experience on a 1-5 scale

Tools Used

  • Python programming language
  • Tailwind CSS for styling
  • Django for:
    • Database management
    • User authentication
    • URL routing and navigation
    • Form validation and submission
    • Protecting against cross-site scripting (XSS) and cross-site request forgery (CSRF) attacks