Skip to content

muhammad-dicky/travelkuy-fe

Repository files navigation

Getting Started

image

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.

Core Technologies

  • 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.

Installation

  1. Clone this repository to your computer.

    git clone https://github.com/your-username/travelkuy-frontend.git
  2. Navigate to the project directory.

    cd travelkuy-frontend
  3. Install all dependencies.

    npm install
  4. 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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

Contributing

We welcome contributions from the community. If you'd like to contribute to this project, please fork it and submit a pull request.

License

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.