I implemented this Link.ly app as part of the Django Bootcamp: Zero to Mastery course, taught by Dominic Vacchiano.
- 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
- 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