Skip to content

cryy/todo

Repository files navigation

to-do

A simplistic to-do task React app. Uses Material-UI for UI components and Recoil for state management.

View the app at GitHub Pages

Building

npm run build

You will need to adjust URLs if you want to deploy the app.

Folder structure

├───app # Base app, includes index.html template
│   └───react
│       ├───components # Component folders with respective props
│       └───services
│           ├───stateService # Recoil state management
│           │   └───models
│           └───storageService # localStorage management
│               └───models
├───media #README media
└───node_modules