https://github.com/solidlabresearch/solid-todo-app-react
Solid ToDo application implemented using React
https://github.com/solidlabresearch/solid-todo-app-react
Last synced: 11 months ago
JSON representation
Solid ToDo application implemented using React
- Host: GitHub
- URL: https://github.com/solidlabresearch/solid-todo-app-react
- Owner: SolidLabResearch
- Created: 2022-06-30T12:41:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T09:39:11.000Z (about 3 years ago)
- Last Synced: 2025-03-01T13:13:38.073Z (12 months ago)
- Language: TypeScript
- Homepage: https://solidlabresearch.github.io/solid-todo-app-react/
- Size: 21.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solid-Todo
Todo application which saves the todos on your Solid-pod. There is a live version hosted on GitHub Pages [here](https://solidlabresearch.github.io/solid-todo-app-react/).
## Features
- Web application to manage the to do list of a user after logging in.
- The user should be able to choose how (one file / multiple files) and where (directory structure) to do's should be stored.
- To do lists can be shared with other people.
- Users can assign to do's to other people.
## Running locally
After cloning the repository, install dependencies:
```
npm ci
```
Then start the Webpack development server:
```
npm run start
```
## Challenge completion criteria
- [x] Login with WebId (at least Inrupt and CSS)
- [x] Query Todo-Items from Pod and display them in the app
- [x] Create new Todo-Items and store them in the pod
- [x] Edit Todo-Items and update them in the pod
- [ ] Share Todo-Lists and assign Todo-Items to different people
- [ ] Allow user to choose how (one file / multiple files) and where (directory structure) to Todo-Items should be stored.