Skip to content

d0vak1n/Supabase-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supabase Todo App

This is a simple Todo application built with React, Vite, Tailwind CSS, and Supabase.

Technologies Used

  • React
  • Vite
  • Tailwind CSS
  • Supabase

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/<your-username>/supabase-todo-app.git
  2. Install NPM packages
    npm install
  3. Create a .env file 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
    

Running the Application

npm run dev

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors