Open Issues Need Help
View All on GitHubAI Summary: Fix broken navigation in the footer's quick links. Specifically, the 'Gallery' link should scroll to the gallery section, and the 'Login' and 'Register' links should scroll to the top of the page. This involves implementing smooth scrolling functionality using JavaScript.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
AI Summary: Create a CONTRIBUTING.md file for the Travel Agency MERN stack project, outlining prerequisites, project setup, contribution workflow, code standards, and best practices to improve the onboarding experience for new contributors.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
AI Summary: Add a CODE_OF_CONDUCT.md file to the Travel Agency project's root directory, using a template like the Contributor Covenant or creating a custom one, and link it from the README.md file.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
AI Summary: Add a LICENSE file (e.g., MIT, Apache 2.0, or GPLv3) to the Travel Agency MERN stack project to clarify the usage rights of the code. This involves choosing a suitable license and adding the corresponding license file to the project's root directory.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
AI Summary: Implement a confirmation popup modal in the React frontend of the Travel Agency MERN stack application to notify users upon successful registration. This involves creating the modal component, integrating it with the registration process, and potentially styling it to match the existing application design.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
AI Summary: The task involves removing the background from the Travel Agency logo to improve its design. This likely requires using image editing software to achieve a transparent background for the logo.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
AI Summary: Improve the user interface (UI) of the navbar on the Travel Agency website's homepage. The current navbar blends with the background color in certain sections (gallery and subscribe), making it less visible. The goal is to enhance the navbar's visibility and appearance, ensuring it remains prominent even when scrolling.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
AI Summary: Implement input validation and sanitization on the backend for email and password fields to prevent security vulnerabilities and data integrity issues. This involves adding checks to ensure data conforms to expected formats and cleaning potentially harmful input before it's stored in the database.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
AI Summary: Improve the responsiveness of the navbar for smaller screen sizes (tablets and mobile phones). The current navbar design causes the logo to become too small on smaller screens, and the hamburger menu overlaps the login/register buttons when opened. The task involves adjusting CSS or using a responsive design framework to ensure the navbar elements are appropriately sized and positioned on all screen sizes.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
AI Summary: Implement a 'Forgot Password' feature for a MERN stack travel website. This involves creating a frontend form for password reset requests, backend API endpoints to handle these requests using JWT-based reset tokens and bcrypt password hashing, and ensuring secure token handling and time limits. The implementation should avoid revealing whether an email address is registered.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️
AI Summary: Implement a reusable React component for password input fields in a MERN stack travel website. The component should include functionality to show/hide the password using a toggle, improving user experience and security on login and registration pages.
Welcome to Travel Agency – a full-stack MERN (MongoDB, Express, React, Node.js) travel website built to help users explore and book amazing travel destinations! Whether you're looking for a quick getaway or an adventurous trip, our platform provides options for everyone. 🏖️✈️