BlazorStart/Readme.md

38 lines
904 B
Markdown
Raw Normal View History

2021-11-24 06:42:58 +00:00
# Blazor Start
This is a rewrite of my [New Tab Page project](https://github.com/NeilBrommer/NewTabPage) using
[Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor).
## Structure
- Bookmark containers (tabs along the top)
- Bookmark groups
- Bookmarks
## To Do
- [x] Backend data services
- [ ] API Controllers
- [ ] Bookmark containers
- [ ] Bookmark groups
- [ ] Bookmarks
- [ ] Manage bookmark containers
- [x] Create
- [x] Delete
- [ ] Edit
- [ ] Manage bookmark groups
- [ ] Create
- [ ] Delete
- [ ] Edit
- [ ] Manage bookmarks
- [ ] Create
- [ ] Delete
- [ ] Edit
- [ ] Use [Refit](https://github.com/reactiveui/refit) for strongly typed API calls
- [ ] Support choosing between storing data on the server or in IndexedDB
## Dependancies
- [Spectre.css](https://picturepan2.github.io/spectre/)
- [Blazored LocalStorage](https://github.com/blazored/LocalStorage)