Travelkuy is a web application that allows users to book travel packages in the Bali region. The application leverages various advanced technologies, including Tailwind CSS, Ant Design, Daisy, Formik, Yup, Axios, and Tanstack Query.
-
Tailwind CSS: A CSS framework that allows developers to rapidly build stylish web layouts.
-
Ant Design: A UI design library that enables developers to easily use pre-built components.
-
Daisy UI: A UI plugin for Tailwind CSS that helps you create cool layouts.
-
Formik: A library for managing forms in React with ease.
-
Yup: A data validation library for JavaScript.
-
Axios: A library for making HTTP requests with ease.
-
Tanstack Query: A library for managing data requests in React applications.
-
Clone this repository to your computer.
git clone https://github.com/your-username/travelkuy-frontend.git
-
Navigate to the project directory.
cd travelkuy-frontend
-
Install all dependencies.
npm install
-
Run the application.
npm start
The application will run at http://localhost:3000
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
We welcome contributions from the community. If you'd like to contribute to this project, please fork it and submit a pull request.
This project is licensed under the MIT License. See LICENSE for details.
Thank you for using Travelkuy Frontend! We hope this application helps you plan your trip to Bali more easily and conveniently.