Skip to content

irfanfitriandi/tourist-app

Repository files navigation

Tourify - Tourist App

image

This is a single page app with Mobile First Approach about tourist list, built using React.js, TypeScript, and Tailwind CSS.

Feature

  • Users can Register and Login
  • Private routes and callback url to previous page after user login
  • Logged in users can access tourist list page
  • Logged in users can view the detail of tourist and edit or delete tourist
  • Logged in users can add new tourist
  • Infinite Scroll for pagination in tourist list page

Run Locally

  • Clone the project from this repository.

Install dependencies

  pnpm install or yarn install or npm install

Start the server

  pnpm dev or yarn dev or npm run dev

This will start the development server at http://localhost:5173. You can open this URL in your browser to view the website.

Tech Stack

This project is built using the following technologies:

  • Typescript
  • React.js
  • Tailwind CSS
  • Redux Toolkit
  • RTK Query