- 💡 Overview
- 👩💻 Tech Stack
- ✨ Features
- 📦 Getting Started
- 📖 Documentation
- 📫 Contribute
- 🐛 Issues
Travado is a Travel Website landing page developed using Next.js, TailwindCSS, and TypeScript, offering a completely responsive design and modular components that comply with modern web development best practices.
- Next.js
- TailwindCSS
- TypeScript
-
An eye-catching hero section that grabs attention and establishes the website's tone.
-
Showcases a variety of camps in a specific section, enabling users to investigate different choices.
-
An engaging travel guide section filled with informative content and stunning visuals.
-
A detailed and feature-packed section providing advanced functionalities or extensive information.
-
A call-to-action area motivating users to check out the mobile app version, including download links.
-
A thorough footer section featuring site and social media links for seamless navigation and connectivity.
Follow these steps to set up the project locally on your machine.
clone the repository
git clone https://github.com/Rohitbiradar111/Travel-Website-Project.gitInstall dependencies
npm installStart the server
npm run devOpen http://localhost:3000 in your browser to view the project.
Contributions are always welcome. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/your-feature-name). - Open a pull request.
Please make sure to update tests as appropriate.
If you encounter any issues while using or setting up the project, please check the issues section to see if it has already been reported. If not, feel free to open a new issue detailing the problem.
When reporting an issue, please include:
- A clear and descriptive title.
- A detailed description of the problem.
- Steps to reproduce the issue.
- Any relevant logs or screenshots.
- The environment in which the issue occurs (OS, browser, Node.js version, etc.).