The Trip-App, built with Django and Tailwind CSS, offers a user-centric approach to streamline trip management. Create and explore trips effortlessly through intuitive interfaces, while seamlessly managing notes. Whether planning a journey or revisiting past adventures, this application ensures a hassle-free and organized travel experience. With a focus on simplicity and functionality, the Trip-App enhances the way users document and navigate their travel stories.
Main Page | Login Page | Submit Page |
---|---|---|
Trip Main Page | Trip Form Page | My Notes Page |
---|---|---|
Notes Form Page | Trip Details Page | Note Details Page |
---|---|---|
-
Main Page: The landing page of the application.
-
Login Page: Allows users to log in to their accounts.
-
Submit Page: A page for submitting information.
-
Trip Main Page: Displays a grid of trips.
-
Trip Form Page: Allows users to create a new trip.
-
My Notes Page: Shows a grid of user's notes.
-
Notes Form Page: Enables users to add new notes.
-
Trip Details Page: Provides detailed information about a trip.
-
Note Details Page: Displays detailed information about a note.
- Clone the repository:
git clone https://github.com/Muhammad-Rebaal/Trip_App.git
- Install dependencies:
pip install -r requirements.txt
- Run migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
If you'd like to contribute to the development of the Trip-App, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request.