The only Itinerary planner, you will ever need
Code Formatter :
Code Coverage :
CodeCov and Coverage.py : https://github.com/marketplace/codecov
Code Style Checker :
UI screenshots :
Travelling to a new country can be stressful. Couple that with COVID, almost impossible. But the mental health benefits of travelling to new and exciting places doesn’t have to be so risky and expensive. TripSage is a website that plans trips for users inside their home country. Simply, pick a destination state and cities, and you’ll be directed to your ideal trip. We have plans to include tags for: COVID -19 hotspots, whether the location is indoors, and the general population at that location to make sure users can practice safe travelling. A new way of life doesn’t have to mean you can’t travel. Explore the new of travelling with TripSage.
We use Django, HTML, CSS, and Javascript.
Check out the basics: https://docs.djangoproject.com/en/3.1/intro/tutorial01/ The first 3 tutorials should be enough to get you started with our project. Want a more in-depth look at server-side development? Check out the basics: https://developer.mozilla.org/en-US/docs/Learn/Server-side This tutorial also covers Django.
Clone the git repository to the desired folder location on your system Navigate to the folder TripSage. This is the Django project. tripHome is the application for the project. A project can have multiple applications. Run on the command line: python manage.py runserver
(Disclaimer: Need some knowledge of Django to understand Project structure, please go through above resources if needed) TripSage/ tripHome/ models.py views.py urls.py templates/ index.html base_generic.html result.html static/ js/ custom.js resultsPage.js