You can view a fully working demo at https://todo-board-react.vercel.app/.
Demo credentials
email: kawsariam@gmail.com
password: 123456
-
You'll first need a Supabase project which can be made via the Supabase dashboard.
For using existing created database, secrets for
.env
are shared in the email. -
Clone this repo command
git clone https://github.com/prokawsar/todo-board-react.git
-
Use
cd
to change into the app's directory and install dependenciescd todo-board-react npm i
-
Rename
.env.local.example
to.env
and update the following:REACT_APP_SUPABASE_URL=[INSERT SUPABASE PROJECT URL] REACT_APP_SUPABASE_ANON_KEY=[INSERT SUPABASE PROJECT API ANON KEY]
-
You can now run the Next.js local development server:
npm run start
The app should now be running on localhost:3000.