Skip to content

A simple todo web app built with ReactJS in TypeScript. Basically a PoC on a React SPA with Supabase as its backend.

Notifications You must be signed in to change notification settings

benji011/ts-react-todo-supabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React TODO web app

A POC Todo web app built with ReactJS in TypeScript, styled with Bulma & uses Supabase as it's backend API on production deployed on Vercel

This app uses 2 different backends depending on the environment you run it on.

  • In the case of production the app consumes resources from the Supabase API, which returns records from the Todo list table as JSON

  • In the case of development/local it uses json-server as a mock API backend.

How to run

Clone from the local branch

git clone git@github.com:benji011/react-todo.git

Install dependencies then start the app in one terminal..

yarn && yarn start

While the local server is running open another terminal and start the db service

yarn start:db

Access http://localhost:3000 in your browser

About

A simple todo web app built with ReactJS in TypeScript. Basically a PoC on a React SPA with Supabase as its backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published