This is a simple Todo application built with React, Vite, Tailwind CSS, and Supabase.
- React
- Vite
- Tailwind CSS
- Supabase
To get a local copy up and running, follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/<your-username>/supabase-todo-app.git
- Install NPM packages
npm install
- Create a
.envfile in the root of the project and add your Supabase URL and API key:VITE_SUPABASE_URL=YOUR_SUPABASE_URL VITE_SUPABASE_API=YOUR_SUPABASE_API_KEY
npm run dev