Skip to content

butaud/shared-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared Tasks

Shared Tasks is a collaborative to‑do list built with React and Jazz. It lets you organize tasks into lists and sections, then share them with others in real time.

Quick Start

  1. Install dependencies
    yarn install
  2. Start the development server
    yarn start
    The app opens at http://localhost:3000 and reloads on changes.

Building for production

yarn build

The optimized build is output to the build/ folder.

Running tests

There are currently no unit tests, but the project is configured for Jest. Run the test runner with:

CI=true yarn test --watchAll=false --passWithNoTests

Features

  • Real-time collaboration powered by jazz-react
  • Multiple lists with sections and tasks
  • Share lists via link or QR code
  • Simple authentication using the demo auth flow

Project Structure

src/
  index.tsx       # Application entry, sets up Jazz provider and demo auth
  models.ts       # Collaborative data models (lists, tasks, account)
  ui/             # React components
  util/           # Helper functions

To learn more about Jazz, check the Jazz documentation. This project was originally bootstrapped with Create React App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published