Code Monkey home page Code Monkey logo

supasharp-todo's Introduction

A Blazor WASM implementation of a Things3 inspired todo list showcasing Supabase C# features.

A live version of this project is hosted through Github Pages.


Current Project State

  • Authentication using 3rd Party Providers (Github)
  • Realtime, Responsive Models
  • (In Progress) Offline Support
    • Store application state offline (cross platform)
    • Sync application state after returning online
  • Responsive Routing
  • Keyboard Shortcuts
  • Gesture Support
  • Drag-and-drop Support
  • Light Mode / Dark Mode
  • Todos
    • Create, Update, Trash, and Delete Todos
    • Views for different Todo States
      • Inbox
      • Today
      • Upcoming
      • Trash
    • Set a Due Time / Due At
    • Add/Remove todo from a list
    • Add/Remove labels from a todo
    • Reorder Todos using Drag and drop

Integration with Supabase

Most of the code, where possible, has been placed into the SupasharpTodo.Shared project and leverages Dependency Injection to handle cross-platform implementations.

The interfaces are specified in SupasharpTodo.Shared.Interfaces.

What will likely interest most developers using this repo as an example of Supabase's features are the files found in:

For Developers

This project is built using Tailwind as the CSS framework, which requires compiling on a css change. The fastest way to develop is within the SupasharpTodo.BlazorWASM project.

You'll need to do an npm install in the root of the project to install Tailwind and its dependencies.

Two commands need to be running simultaneously for development:

# Either using `concurrently`
npm run dev:wasm

# Or in separate terminals...
# In root of repo
npm run dev:tailwind:wasm

# In `SupasharpTodo.BlazorWASM`
dotnet watch

supasharp-todo's People

Contributors

acupofjose avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.