Pocketbase To-Do App

An application created with react, tailwind and pocketbase to store your tasks

Usage

Clone the repository, then Go to pocketbase.io and download the executable Once downloaded copy the exe to the root project directory Use the command:

./pocketbase serve

Create a new collection called 'tasks'

Open another terminal and type:

npm install

to install all dependencies Once install, run the command:

npm run dev