Yatra is a next-generation travel platform designed for easy and seamless trip planning. Users can explore destinations, book trips, and access engaging travel experiences. The website is powered by Next.js for performance optimization, and Framer Motion is used to create smooth animations. Styled with Tailwind CSS, it provides a visually appealing interface with a modern design. TypeScript enhances the development workflow by ensuring type safety.
Frontend Developer
Improved page transitions using Framer Motion and optimized load times with Next.js caching strategies.
Clone the Repository
git clone https://github.com/Mantu01/Yatra.git cd Yatra
Install Dependencies
npm install
Set Up Environment Variables
If needed, create a .env.local
file with required API keys.
Run the Development Server
npm run dev
Open http://localhost:3000 in your browser.
Build for Production
npm run build npm start