Skip to content

1alexvash-work/calendar-app

Repository files navigation

Vercel preview

https://calendar-app-five-sigma.vercel.app/

App preview

Image

Install the project

yarn

Set up the database

For that configure the .env file with the DATABASE_URL key

Run the project

yarn dev

Tech stack

  • Next for the frontend and React environment
  • Next 14 backend with serverless actions
  • Prisma for the data storage with SQLite database
  • framer-motion for task's reordering
  • Tailwind for styling
  • luxon for date management