{"id":27162914,"url":"https://github.com/parthshah04/destinotion","last_synced_at":"2026-05-03T23:36:49.320Z","repository":{"id":286742019,"uuid":"961713524","full_name":"parthshah04/Destinotion","owner":"parthshah04","description":"A Next.js and Tailwind CSS web app to help decide future travel destinations. Features file-based storage, authentication, and a vibrant UI inspired by adventurous themes.","archived":false,"fork":false,"pushed_at":"2025-04-08T05:52:14.000Z","size":2215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T03:45:14.966Z","etag":null,"topics":["file-based-storage","nextjs","tailwindcss","travel"],"latest_commit_sha":null,"homepage":"https://destinotion.parthshah.co.in/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parthshah04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-07T03:40:37.000Z","updated_at":"2025-04-08T05:52:17.000Z","dependencies_parsed_at":"2025-04-08T06:37:39.757Z","dependency_job_id":null,"html_url":"https://github.com/parthshah04/Destinotion","commit_stats":null,"previous_names":["parthshah04/destinotion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parthshah04/Destinotion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthshah04%2FDestinotion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthshah04%2FDestinotion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthshah04%2FDestinotion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthshah04%2FDestinotion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parthshah04","download_url":"https://codeload.github.com/parthshah04/Destinotion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthshah04%2FDestinotion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265550385,"owners_count":23786558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["file-based-storage","nextjs","tailwindcss","travel"],"created_at":"2025-04-09T01:34:25.714Z","updated_at":"2026-05-03T23:36:49.285Z","avatar_url":"https://github.com/parthshah04.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Destinotion 🌎✈️\n\n[**Destinotion**](https://destinotion.parthshah.co.in) is a sleek web application that helps you discover and organize your next travel adventures. Built with [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/), the app offers a modern, responsive design with file-based storage to efficiently manage your travel ideas.\n\n![Destinotion App](public/plane.gif)\n![Destinotion Landing Page](public/main.png)\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation \u0026 Setup](#installation--setup)\n- [Available Scripts](#available-scripts)\n- [Design \u0026 Customization](#design--customization)\n- [Usage Guide](#usage-guide)\n- [Tech Stack](#tech-stack)\n- [Performance Optimizations](#performance-optimizations)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Intuitive UI:** Clean and modern design inspired by travel and adventure\n- **Responsive Layout:** Mobile-friendly interface that adjusts seamlessly to different screen sizes\n- **File-Based Storage:** Lightweight data management using a simple file-based database\n- **Interactive Components:** Easily add, edit, and delete places with real-time updates\n- **Tag Filtering:** Categorize and filter destinations by custom tags\n- **Search Functionality:** Quickly find destinations by name, location, or description\n- **Beautiful Animations:** Smooth transitions and micro-interactions throughout the app\n\n## Installation \u0026 Setup\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/parthshah04/Destinotion.git\n   cd Destinotion\n   ```\n\n2. **Install Dependencies:**\n\n   Using Yarn:\n\n   ```bash\n   yarn install\n   ```\n\n   Or with NPM:\n\n   ```bash\n   npm install\n   ```\n\n3. **Run the Development Server:**\n\n   ```bash\n   npm run dev\n   ```\n\n   Open [http://localhost:3000](http://localhost:3000) in your browser to view the app.\n\n## Available Scripts\n\n| Command | Description |\n|---------|-------------|\n| `npm run dev` | Starts the development server at [http://localhost:3000](http://localhost:3000) with hot-reloading |\n| `npm run build` | Creates an optimized production build in the `.next` folder |\n| `npm run start` | Runs the built app in production mode |\n\n## Design \u0026 Customization\n\nThe project's design is inspired by travel and adventure. Customize the design in the following ways:\n\n### Tailwind CSS Configuration\n\nUpdate `tailwind.config.js` with custom colors, fonts, and animations:\n\n```js\nmodule.exports = {\n  content: [\n    \"./pages/**/*.{js,ts,jsx,tsx}\",\n    \"./components/**/*.{js,ts,jsx,tsx}\",\n  ],\n  theme: {\n    extend: {\n      colors: {\n        destinationBlue: \"#1E3A8A\",   // a deep blue\n        destinationOrange: \"#F97316\", // vibrant sunset orange\n        destinationSand: \"#F9A826\",   // warm, sandy tone\n        destinationGray: \"#E5E7EB\",   // light gray for contrast\n      },\n      fontFamily: {\n        sans: ['Roboto', 'sans-serif'],\n        display: ['Montserrat', 'sans-serif'], // strong display font for headers\n      },\n      // Custom animations \u0026 keyframes\n      animation: {\n        fadeIn: \"fadeIn 0.5s ease-in-out\",\n        slideUp: \"slideUp 0.5s ease-in-out\",\n      },\n      keyframes: {\n        fadeIn: {\n          \"0%\": { opacity: 0 },\n          \"100%\": { opacity: 1 },\n        },\n        slideUp: {\n          \"0%\": { transform: \"translateY(20px)\", opacity: 0 },\n          \"100%\": { transform: \"translateY(0)\", opacity: 1 },\n        },\n      },\n    },\n  },\n  plugins: [],\n};\n```\n\n## Usage Guide\n\n### Managing Destinations\n\n1. **Add a New Destination:**\n   - Click the \"Add Place\" button in the navigation\n   - Fill in the place details including name, location, description, and tags\n   - Upload an image (optional)\n   - Click \"Save\" to add the destination to your list\n  ![Add new Place](public/addPlace.png)\n\n2. **Edit a Destination:**\n   - Click on the destination card to view details\n   - Click the \"Edit\" button\n   - Update the information as needed\n   - Click \"Save\" to confirm changes\n  ![Edit Place](public/editPlace.png)\n\n3. **Delete a Destination:**\n   - Navigate to the destination's detail page\n   - Click the \"Delete\" button\n   - Confirm deletion in the dialog\n\n### Filtering and Searching\n\n- Use the tag checkboxes at the top of the destinations list to filter by category\n- Use the search bar to find destinations by name, location, or description\n- Combine filters and search for more specific results\n\n## Tech Stack\n\n- **Frontend:** React, Next.js, Tailwind CSS\n- **State Management:** React Context API\n- **Storage:** File-based JSON storage (easily replaceable with a database)\n- **Deployment:** Vercel (recommended)\n\n## Performance Optimizations\n\n- **Image Optimization:** Using Next.js Image component for optimized loading\n- **Code Splitting:** Automatic code splitting for faster page loads\n- **Static Generation:** Pre-rendered pages where possible for SEO and performance\n- **Lazy Loading:** Components and images load only when needed\n- **Memoization:** Performance-critical components use React.memo and useMemo\n\n## Contributing\n\nContributions are welcome and appreciated! Here's how you can contribute:\n\n1. **Fork the Repository:** Create your own copy of the project\n2. **Create a Branch:** `git checkout -b feature/your-amazing-feature`\n3. **Make Changes:** Implement your feature or bug fix\n4. **Run Tests:** Ensure your changes pass all tests\n5. **Commit Changes:** `git commit -m 'Add some amazing feature'`\n6. **Push to Branch:** `git push origin feature/your-amazing-feature`\n7. **Submit a Pull Request:** Open a PR from your fork to the main repository\n\nPlease follow the project's code style and include appropriate tests for new features.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nMade with ❤️ by [Parth Shah]","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparthshah04%2Fdestinotion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparthshah04%2Fdestinotion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparthshah04%2Fdestinotion/lists"}