Skip to content

JSegundo/react-calendar-view

Repository files navigation

React + TypeScript + Vite

Redux + Tailwind + Vitest for Unit test

live link: https://roadsurfer-calendar.vercel.app/

Calendar - weekview dashboard displaying car rental bookings.

  • Autocomplete field: reusable component
  • Attach file to booking
  • Drag and drop to reschedule
  • Responsive

clone the repo

git clone https://github.com/JSegundo/roadsurfer-calendar.git

install dependencies

npm install

setup .env file

VITE_API_URL=https://605c94c36d85de00170da8b4.mockapi.io/

run on dev mode

npm run dev

run tests

npm run test go to : http://localhost:5173/