A simplistic to-do task React app. Uses Material-UI for UI components and Recoil for state management.
View the app at GitHub Pages
npm run build
You will need to adjust URLs if you want to deploy the app.
├───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