https://github.com/muhammad-rebaal/trip_app
The Trip-App is a Django and Tailwind CSS-powered application designed for seamless trip management, featuring intuitive interfaces for creating trips, managing notes, and exploring trip details. Capture and organize your travel experiences effortlessly with this user-friendly application.
https://github.com/muhammad-rebaal/trip_app
django html python tailwind-css trip-application
Last synced: 3 months ago
JSON representation
The Trip-App is a Django and Tailwind CSS-powered application designed for seamless trip management, featuring intuitive interfaces for creating trips, managing notes, and exploring trip details. Capture and organize your travel experiences effortlessly with this user-friendly application.
- Host: GitHub
- URL: https://github.com/muhammad-rebaal/trip_app
- Owner: Muhammad-Rebaal
- Created: 2024-01-31T20:21:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T20:39:52.000Z (over 1 year ago)
- Last Synced: 2025-04-08T04:06:51.750Z (7 months ago)
- Topics: django, html, python, tailwind-css, trip-application
- Language: Python
- Homepage: https://triptrack.azurewebsites.net/
- Size: 34.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trip-App Documentation
## Description:
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 Pages
| Main Page | Login Page | Submit Page |
| --- | --- | --- |
|  |  |  |
### Trip Pages
| Trip Main Page | Trip Form Page | My Notes Page |
| --- | --- | --- |
|  |  |  |
### Notes Pages
| Notes Form Page | Trip Details Page | Note Details Page |
| --- | --- | --- |
|  |  |  |
## Features
- **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.
## Getting Started
1. Clone the repository: `git clone https://github.com/Muhammad-Rebaal/Trip_App.git`
2. Install dependencies: `pip install -r requirements.txt`
3. Run migrations: `python manage.py migrate`
4. Start the development server: `python manage.py runserver`
## Contributing
If you'd like to contribute to the development of the Trip-App, please follow these steps:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature/your-feature-name`
3. Commit your changes: `git commit -m 'Add your feature'`
4. Push to the branch: `git push origin feature/your-feature-name`
5. Submit a pull request.