Skip to content

A Sharepoint Todo List displayed as a table with basic CRUD operations.

Notifications You must be signed in to change notification settings

khoapham14/sharepoint-todolist

Repository files navigation

spfx-practice

Summary

Simple todo list displayed as a table. Fetches a Sharepoint list and allow for CRUD operations via Graph API.

Technologies used: pnpJS, MobX, Storybook, Jest, FluentUI.

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

Node v10.14.2

Solution

Solution Author(s)
sharepoint-todolist Khoa Pham (github.com/asianlanlord)

Version history

Version Date Comments
1.0 May 4, 2021 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository

  • Ensure that you are at the solution folder

  • in the command-line run:

    • npm install
    • gulp serve
  • For testing and using other tools, follow instructions from references.

Features

This extension illustrates the following concepts:

  • CRUD operations on a Sharepoint List using Graph API
  • Interaction with another MS service (in this case Calendar) from Sharepoint.
  • Basic implementation of FluentUI, Jest, MobX and Storybook in a Sharepoint project.

References

About

A Sharepoint Todo List displayed as a table with basic CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published